mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove obsolete Error constructor
This commit is contained in:
@@ -122,16 +122,6 @@ public:
|
||||
Warning
|
||||
};
|
||||
|
||||
// TODO: remove this
|
||||
Error(
|
||||
ErrorId _errorId,
|
||||
Type _type,
|
||||
SourceLocation const& _location = SourceLocation(),
|
||||
std::string const& _description = std::string()
|
||||
):
|
||||
Error(_errorId, _type, _description, _location)
|
||||
{}
|
||||
|
||||
Error(
|
||||
ErrorId _errorId,
|
||||
Type _type,
|
||||
|
||||
Reference in New Issue
Block a user