ID: remove unused default constructor

This commit is contained in:
Max Kellermann 2020-02-25 20:57:29 +01:00
parent ee21f29173
commit 3ccda03a54

View file

@ -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