This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.19-35-g83a3406


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  83a3406e0f1dd92cd6c7c2a668c5cec2fe1a0cc6 (commit)
      from  75eff3fe90f96783f31f58fa84af1b77e57d1ae4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=83a3406e0f1dd92cd6c7c2a668c5cec2fe1a0cc6

commit 83a3406e0f1dd92cd6c7c2a668c5cec2fe1a0cc6
Author: OndÅ?ej Bílka <neleai@seznam.cz>
Date:   Tue Feb 11 12:43:33 2014 +0100

    Remove unused variable from stdlib/setenv.c

diff --git a/stdlib/setenv.c b/stdlib/setenv.c
index e244e18..8de5328 100644
--- a/stdlib/setenv.c
+++ b/stdlib/setenv.c
@@ -135,7 +135,6 @@ __add_to_environ (name, value, combined, replace)
 
   if (ep == NULL || __builtin_expect (*ep == NULL, 1))
     {
-      const size_t varlen = namelen + 1 + vallen;
       char **new_environ;
 
       /* We allocated this space; we can extend it.  */

-----------------------------------------------------------------------

Summary of changes:
 stdlib/setenv.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]