about summary refs log tree commit diff
path: root/posix/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/glob.c')
-rw-r--r--posix/glob.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/posix/glob.c b/posix/glob.c
index 79b6e503a7..2cd52904d5 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))