aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libsolidity/TypeChecker.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libsolidity/TypeChecker.h b/libsolidity/TypeChecker.h
index 150f0a56..3f740b7e 100644
--- a/libsolidity/TypeChecker.h
+++ b/libsolidity/TypeChecker.h
@@ -57,8 +57,6 @@ public:
/// Adds a new error to the list of errors.
void typeError(ASTNode const& _node, std::string const& _description);
- /// Adds a new warning to the list of errors.
- void typeWarning(ASTNode const& _node, std::string const& _description);
/// Adds a new error to the list of errors and throws to abort type checking.
void fatalTypeError(ASTNode const& _node, std::string const& _description);