From: Ulrich Drepper Date: Sat, 28 May 2011 18:43:43 +0000 (-0400) Subject: Remove unused variable X-Git-Tag: glibc-2.14~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce9d0ec9001a7e7ac25653f3026233cdd1c0b1f;p=thirdparty%2Fglibc.git Remove unused variable --- diff --git a/posix/glob.c b/posix/glob.c index 79b6e503a7b..2cd52904d51 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))