diff --git a/src/chklib.cpp b/src/chklib.cpp index a9d7a2f..23c7fc5 100644 --- a/src/chklib.cpp +++ b/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)