diff options
author | chriseth <chris@ethereum.org> | 2016-11-25 03:55:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-25 03:55:33 +0800 |
commit | a87ed2895a5e45bc4edeb1028a17b4390e35487b (patch) | |
tree | 64a6d6d31b2f51534fb69d7bae1fac847757268c | |
parent | a81f5563022e409d3e54e70177f2073c698c2238 (diff) | |
download | dexon-solidity-a87ed2895a5e45bc4edeb1028a17b4390e35487b.tar.gz dexon-solidity-a87ed2895a5e45bc4edeb1028a17b4390e35487b.tar.zst dexon-solidity-a87ed2895a5e45bc4edeb1028a17b4390e35487b.zip |
Remove declaration
-rw-r--r-- | libsolidity/interface/Exceptions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libsolidity/interface/Exceptions.h b/libsolidity/interface/Exceptions.h index a9769944..81716c41 100644 --- a/libsolidity/interface/Exceptions.h +++ b/libsolidity/interface/Exceptions.h @@ -57,7 +57,6 @@ public: Type type() const { return m_type; } std::string const& typeName() const { return m_typeName; } - bool searchForSubstring(const std::string& _substr) const; /// helper functions static Error const* containsErrorOfType(ErrorList const& _list, Error::Type _type) |