From: helly Date: Mon, 5 Jun 2006 22:07:13 +0000 (+0000) Subject: - Drop unused dtor (we'll find a better place to fix the memleaks) X-Git-Tag: 0.13.6~278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6b37e701bbf6f794f6aac503a78ff1f1ec55224;p=re2c - Drop unused dtor (we'll find a better place to fix the memleaks) --- diff --git a/re2c/parser.h b/re2c/parser.h index 53214182..df788eb6 100644 --- a/re2c/parser.h +++ b/re2c/parser.h @@ -19,11 +19,6 @@ public: static Symbol *find(const SubStr&); static void ClearTable(); - ~Symbol() - { - /** \todo should we delete 're'? */ - } - typedef std::map SymbolTable; protected: