Remove declaration

This commit is contained in:
chriseth 2016-11-24 20:55:33 +01:00 committed by GitHub
parent a81f556302
commit a87ed2895a

View File

@ -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)