From 74031307f18f4822d585501b076f991f78a8d10e Mon Sep 17 00:00:00 2001 From: Roberto Raggi <roberto.raggi@nokia.com> Date: Fri, 5 Jun 2009 12:10:59 +0200 Subject: [PATCH] Removed useless comment. --- src/shared/cplusplus/Control.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/shared/cplusplus/Control.h b/src/shared/cplusplus/Control.h index b98da650cc5..0210de8333e 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; -- GitLab