Lexer: Removed ::isWhitespace

- Migrated to unicodeWhitespace
This commit is contained in:
Paul Beckingham 2016-01-14 17:35:14 -05:00
parent edcf1ae96b
commit 278fcd5aa5
2 changed files with 15 additions and 57 deletions

View file

@ -49,7 +49,6 @@ public:
// Static helpers.
static const std::string typeName (const Lexer::Type&);
static bool isWhitespace (int);
static bool isAlpha (int);
static bool isDigit (int);
static bool isHexDigit (int);