diff options
Diffstat (limited to 'Scanner.cpp')
-rw-r--r-- | Scanner.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Scanner.cpp b/Scanner.cpp index 3148de52..d8defb50 100644 --- a/Scanner.cpp +++ b/Scanner.cpp @@ -103,11 +103,6 @@ int HexValue(char c) } } // end anonymous namespace -Scanner::Scanner(CharStream const& _source) -{ - reset(_source); -} - void Scanner::reset(CharStream const& _source) { m_source = _source; |