* support/cpp2/cpplex.c:
[fw/sdcc] / support / cpp2 / cpplib.c
index 2b43de053945298d9ec466e357019bbeebdd03e8..286c22f634fe62395f8c15c22a627bbf79909ba3 100644 (file)
@@ -1355,8 +1355,6 @@ void
 _cpp_do__Pragma (pfile)
      cpp_reader *pfile;
 {
-  unsigned char *buffer;
-  unsigned int len;
   const cpp_token *string = get__Pragma_string (pfile);
 
   if (string)