aboutsummaryrefslogtreecommitdiffstats
path: root/Scanner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Scanner.cpp')
-rw-r--r--Scanner.cpp5
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;