]> git.gag.com Git - fw/sdcc/blobdiff - src/SDCC.lex
removed definition of unused variables save_optimize and save_options
[fw/sdcc] / src / SDCC.lex
index 79db56a788479719e7ae9a283e72699ac8ffba71..d27496983af877116d40853c61f5e2e6bef9b4bf 100644 (file)
@@ -48,8 +48,6 @@ char *currFname;
 int mylineno = 1;
 
 /* local definitions */
-static struct optimize save_optimize;
-static struct options save_options;
 static struct dbuf_s asmbuff;
 
 /* forward declarations */