Get rid of NumericLiteral::isChar/isWideChar().

This commit is contained in:
Roberto Raggi
2010-07-01 15:27:03 +02:00
parent 4be3333bf3
commit 0f2a24641b
3 changed files with 26 additions and 36 deletions

View File

@@ -104,8 +104,6 @@ public:
NumericLiteral(const char *chars, unsigned size);
virtual ~NumericLiteral();
bool isChar() const;
bool isWideChar() const;
bool isInt() const;
bool isFloat() const;
bool isDouble() const;