Lexer: Improved CppCoreGuidelines compliance

This commit is contained in:
Paul Beckingham 2016-01-19 00:41:30 -05:00
parent 672666593b
commit 3b402e5f49
2 changed files with 4 additions and 5 deletions

View file

@ -34,7 +34,6 @@
////////////////////////////////////////////////////////////////////////////////
Lexer::Lexer (const std::string& text)
: _text (text)
, _cursor (0)
, _eos (text.size ())
{
}