소스 검색

Remove unused local

nemerle 10 년 전
부모
커밋
cde4484821
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/chklib.cpp

+ 0 - 1
src/chklib.cpp

@@ -854,7 +854,6 @@ void readProtoFile(void)
     QString szProFName = dcc->dataDir("prototypes").absoluteFilePath(DCCLIBS); /* Full name of dclibs.lst */
 
     FILE *fProto;
-    char *pPath;                /* Point to the environment string */
     int  i;
 
     if ((fProto = fopen(qPrintable(szProFName), "rb")) == nullptr)