mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Lexer: Removed ::isWhitespace
- Migrated to unicodeWhitespace
This commit is contained in:
parent
edcf1ae96b
commit
278fcd5aa5
2 changed files with 15 additions and 57 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue