mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Lexer: Removed unnecessary ::ambiguity method
This commit is contained in:
parent
8e8b2f9f38
commit
b090c6bccf
4 changed files with 0 additions and 16 deletions
|
@ -53,7 +53,6 @@ public:
|
|||
|
||||
Lexer (const std::string&);
|
||||
~Lexer ();
|
||||
void ambiguity (bool);
|
||||
bool token (std::string&, Lexer::Type&);
|
||||
static std::vector <std::pair <std::string, Lexer::Type>> tokens (const std::string&);
|
||||
static std::vector <std::string> split (const std::string&);
|
||||
|
@ -109,7 +108,6 @@ private:
|
|||
std::string _text;
|
||||
std::size_t _cursor;
|
||||
std::size_t _eos;
|
||||
bool _ambiguity;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue