removed definition of unused variables save_optimize and save_options
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 7 Oct 2003 19:10:22 +0000 (19:10 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 7 Oct 2003 19:10:22 +0000 (19:10 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2929 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
src/SDCC.lex

index c79f16d4ebf120ae45f41a746d4fca304b5fbd0a..27337e56fbc55a8047398bc56b4770fec0fb7600 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-06  Borut Razem <borut.razem@siol.net>
+
+       * src/SDCC.lex: removed definition of unused variables
+         save_optimize and save_options
+
 2003-10-06 Bernhard Held <bernhard@bernhardheld.de>
 
        * clean.mk: removed '=' in "-maxdepth=1"
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 */