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:
@@ -105,8 +105,8 @@ ErrorList AnalysisFramework::filterErrors(ErrorList const& _errorList, bool _inc
|
||||
newError = make_shared<Error>(
|
||||
currentError->errorId(),
|
||||
currentError->type(),
|
||||
location ? *location : SourceLocation(),
|
||||
messagePrefix + " ...."
|
||||
messagePrefix + " ....",
|
||||
location ? *location : SourceLocation()
|
||||
);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user