Remove unused variable

This commit is contained in:
Ulrich Drepper 2011-05-28 14:43:43 -04:00
parent b0316e569f
commit 9ce9d0ec90

View 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))