aboutsummaryrefslogtreecommitdiff
path: root/optimize.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-05-03 01:39:39 -0700
committerGuy Harris <guy@alum.mit.edu>2018-05-03 01:39:39 -0700
commit6ea672eb870c4698d34858b17da26104198225ba (patch)
treec957e1db8bdc55bcb26009482f2241d3daf3b143 /optimize.h
parent679a902ca33fe2d6d1d27c315766f2b87090dab2 (diff)
Have separate flags for "optimizer debug" and "print DOT graph".
Instead of having -dddd mean "-ddd and print the CFG as a DOT graph", have a separate -g flag to request the CFG. Also, put the routines to set the "optimizer debug" and "print DOT graph" flags into optimize.c, and make the flags in question static. (And "CFG graph" is redundant, like "ATM machine", "PIN number", and "NT technology"....)
Diffstat (limited to 'optimize.h')
-rw-r--r--optimize.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/optimize.h b/optimize.h
index d8f646c8..56b31f40 100644
--- a/optimize.h
+++ b/optimize.h
@@ -23,8 +23,6 @@
* Some stuff for use when debugging the optimizer.
*/
#ifdef BDEBUG
-extern int pcap_optimizer_debug; /* optimizer debugging level */
-
#define NBIDS 1000
extern int bids[NBIDS];
#endif