소스 검색

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. */