Remove unused variable
authorUlrich Drepper <drepper@gmail.com>
Sat, 28 May 2011 18:43:43 +0000 (14:43 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sat, 28 May 2011 18:43:43 +0000 (14:43 -0400)
posix/glob.c

index 79b6e503a7be9c4e576af51e07fe1140ae54793d..2cd52904d512b43917f0726499d610d1f36ab9ed 100644 (file)
@@ -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))