mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
removed unnecessary function declaration
This commit is contained in:
parent
fe2b9a3b3c
commit
b2fa457327
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user