diff options
author | Christian <c@ethdev.com> | 2014-10-31 05:52:15 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-10-31 21:37:23 +0800 |
commit | a36db1f2412d700cc8b32f8331be103c73ea90cb (patch) | |
tree | ccbf14d061fcbae162d361eaeaeffb036e50d743 /Scanner.cpp | |
parent | cb9cb48dc78240717cd4842e75c9314778ebcb10 (diff) | |
download | dexon-solidity-a36db1f2412d700cc8b32f8331be103c73ea90cb.tar.gz dexon-solidity-a36db1f2412d700cc8b32f8331be103c73ea90cb.tar.zst dexon-solidity-a36db1f2412d700cc8b32f8331be103c73ea90cb.zip |
Actual contract creator and add solidity to AlethZero interface.
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; |