浏览代码

no point in redeclaring oldcount locally

Mike Frysinger 19 年之前
父节点
当前提交
00aa9ea56d
共有 1 个文件被更改,包括 0 次插入2 次删除
  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. */