Browse Source

Remove unused local

nemerle 10 years ago
parent
commit
cde4484821
1 changed files with 0 additions and 1 deletions
  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)