diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-24 18:33:51 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:04:47 -0700 |
commit | e192a99cfc4f5dfeeff9e5519cd32322512d9f19 (patch) | |
tree | ff48139af96e7d369cd3c22941df022a085d9371 /pre-process.c | |
parent | Oops. Forgot to add usage of a dominator list pseudo. (diff) | |
download | sparse-e192a99cfc4f5dfeeff9e5519cd32322512d9f19.tar.gz sparse-e192a99cfc4f5dfeeff9e5519cd32322512d9f19.tar.bz2 sparse-e192a99cfc4f5dfeeff9e5519cd32322512d9f19.zip |
Add "optimize" flag, and collect the flags into lib.c.
Nothing uses it yet, but it's a good way to test bad
ideas (call it an "optimization", and run diff on the
result with and without).
Diffstat (limited to 'pre-process.c')
-rw-r--r-- | pre-process.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pre-process.c b/pre-process.c index 6867d51..d243766 100644 --- a/pre-process.c +++ b/pre-process.c @@ -26,9 +26,6 @@ #include "symbol.h" #include "expression.h" -int verbose = 0; -int preprocessing = 0; - static int true_nesting = 0; static int false_nesting = 0; static struct token *unmatched_if = NULL; |