Browse Source

no point in redeclaring oldcount locally

Mike Frysinger 19 năm trước cách đây
mục cha
commit
00aa9ea56d
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      libc/misc/glob/glob.c

+ 0 - 2
libc/misc/glob/glob.c

@@ -187,8 +187,6 @@ glob (pattern, flags, errfunc, pglob)
 	 appending the results to PGLOB.  */
       for (i = 0; i < dirs.gl_pathc; ++i)
 	{
-	  int oldcount;
-
 #ifdef	SHELL
 	  {
 	    /* Make globbing interruptible in the bash shell. */