mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Lexer: Removed obsolete method def
This commit is contained in:
parent
437c73cba0
commit
ad17ad82dd
1 changed files with 1 additions and 2 deletions
|
@ -82,7 +82,7 @@ public:
|
||||||
int hexToInt (int, int) const;
|
int hexToInt (int, int) const;
|
||||||
int hexToInt (int, int, int, int) const;
|
int hexToInt (int, int, int, int) const;
|
||||||
|
|
||||||
// Classifiers.
|
// Stream Classifiers.
|
||||||
bool isString (std::string&, Lexer::Type&, int quote);
|
bool isString (std::string&, Lexer::Type&, int quote);
|
||||||
bool isDate (std::string&, Lexer::Type&);
|
bool isDate (std::string&, Lexer::Type&);
|
||||||
bool isDuration (std::string&, Lexer::Type&);
|
bool isDuration (std::string&, Lexer::Type&);
|
||||||
|
@ -90,7 +90,6 @@ public:
|
||||||
bool isNumber (std::string&, Lexer::Type&);
|
bool isNumber (std::string&, Lexer::Type&);
|
||||||
bool isHexNumber (std::string&, Lexer::Type&);
|
bool isHexNumber (std::string&, Lexer::Type&);
|
||||||
bool isSeparator (std::string&, Lexer::Type&);
|
bool isSeparator (std::string&, Lexer::Type&);
|
||||||
bool isList (std::string&, Lexer::Type&);
|
|
||||||
bool isURL (std::string&, Lexer::Type&);
|
bool isURL (std::string&, Lexer::Type&);
|
||||||
bool isPair (std::string&, Lexer::Type&);
|
bool isPair (std::string&, Lexer::Type&);
|
||||||
bool isSet (std::string&, Lexer::Type&);
|
bool isSet (std::string&, Lexer::Type&);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue