mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Cleaning up --help.
-D and -Y/y were still listed, even though they had no effect anymore. Removing some dead code along with -D. BIT-1372 #closed
This commit is contained in:
parent
bd1191c60b
commit
1132470b05
3 changed files with 4 additions and 21 deletions
|
@ -15,8 +15,6 @@ class DFA_State;
|
|||
|
||||
#include "NFA.h"
|
||||
|
||||
extern int dfa_state_cache_size;
|
||||
|
||||
class DFA_Machine;
|
||||
class DFA_State;
|
||||
struct CacheEntry;
|
||||
|
@ -78,7 +76,7 @@ struct CacheEntry {
|
|||
|
||||
class DFA_State_Cache {
|
||||
public:
|
||||
DFA_State_Cache(int maxsize);
|
||||
DFA_State_Cache();
|
||||
~DFA_State_Cache();
|
||||
|
||||
// If the caller stores the handle, it has to call Ref() on it.
|
||||
|
@ -105,8 +103,6 @@ public:
|
|||
void GetStats(Stats* s);
|
||||
|
||||
private:
|
||||
int maxsize;
|
||||
|
||||
int hits; // Statistics
|
||||
int misses;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue