mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
ID: remove unused default constructor
This commit is contained in:
parent
ee21f29173
commit
3ccda03a54
1 changed files with 0 additions and 2 deletions
2
src/ID.h
2
src/ID.h
|
@ -113,8 +113,6 @@ public:
|
|||
std::vector<Func*> GetOptionHandlers() const;
|
||||
|
||||
protected:
|
||||
ID() { name = 0; type = 0; val = 0; attrs = 0; }
|
||||
|
||||
void EvalFunc(Expr* ef, Expr* ev);
|
||||
|
||||
#ifdef DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue