]> granicus.if.org Git - re2c/commitdiff
- Drop unused dtor (we'll find a better place to fix the memleaks)
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 5 Jun 2006 22:07:13 +0000 (22:07 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Mon, 5 Jun 2006 22:07:13 +0000 (22:07 +0000)
re2c/parser.h

index 53214182b207e94e457d030abcf4c224f7489ec9..df788eb6f5082f950b677241b493a8a611ccf1da 100644 (file)
@@ -19,11 +19,6 @@ public:
        static Symbol *find(const SubStr&);
        static void ClearTable();
 
-       ~Symbol()
-       {
-               /** \todo should we delete 're'? */
-       }
-
        typedef std::map<std::string, Symbol*> SymbolTable;
 
 protected: