瀏覽代碼

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)