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.13-234-g9ce9d0e


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  9ce9d0ec9001a7e7ac25653f3026233cdd1c0b1f (commit)
      from  b0316e569fb5fc12301bba9d431c737e0b684196 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=9ce9d0ec9001a7e7ac25653f3026233cdd1c0b1f

commit 9ce9d0ec9001a7e7ac25653f3026233cdd1c0b1f
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sat May 28 14:43:43 2011 -0400

    Remove unused variable

diff --git a/posix/glob.c b/posix/glob.c
index 79b6e50..2cd5290 100644
--- a/posix/glob.c
+++ b/posix/glob.c
@@ -762,7 +762,6 @@ glob (pattern, flags, errfunc, pglob)
 	  char *end_name = strchr (dirname, '/');
 	  char *user_name;
 	  int malloc_user_name = 0;
-	  const char *home_dir;
 	  char *unescape = NULL;
 
 	  if (!(flags & GLOB_NOESCAPE))

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

Summary of changes:
 posix/glob.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]