From 0a5bc62ebb4a2123b3d20d40a49bd363a75d0ff9 Mon Sep 17 00:00:00 2001 From: borutr Date: Tue, 7 Oct 2003 19:10:22 +0000 Subject: [PATCH] removed definition of unused variables save_optimize and save_options git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2929 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 5 +++++ src/SDCC.lex | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c79f16d4..27337e56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-06 Borut Razem + + * src/SDCC.lex: removed definition of unused variables + save_optimize and save_options + 2003-10-06 Bernhard Held * clean.mk: removed '=' in "-maxdepth=1" diff --git a/src/SDCC.lex b/src/SDCC.lex index 79db56a7..d2749698 100644 --- a/src/SDCC.lex +++ b/src/SDCC.lex @@ -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 */ -- 2.30.2