removed unnecessary function declaration

This commit is contained in:
LianaHus 2015-09-29 18:32:16 +02:00
parent fe2b9a3b3c
commit b2fa457327

View File

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