diff --git a/src/shared/cplusplus/Control.h b/src/shared/cplusplus/Control.h
index b98da650cc584970aafabea166346da63b0dfe6f..0210de8333ee5fdd3d112bfb36780e97123e2656 100644
--- a/src/shared/cplusplus/Control.h
+++ b/src/shared/cplusplus/Control.h
@@ -150,13 +150,6 @@ public:
     Identifier *findOrInsertIdentifier(const char *chars, unsigned size);
     Identifier *findOrInsertIdentifier(const char *chars);
 
-    /*
-    LiteralTable<Identifier> identifiers;
-    LiteralTable<StringLiteral> stringLiterals;
-    LiteralTable<NumericLiteral> numericLiterals;
-    LiteralTable<StringLiteral> fileNames;
-    */
-
     typedef const Identifier *const *IdentifierIterator;
     typedef const StringLiteral *const *StringLiteralIterator;
     typedef const NumericLiteral *const *NumericLiteralIterator;