mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #2252 from pirapira/fix-build
Remove an unused function `successAssemble`
This commit is contained in:
commit
a6586f7504
@ -89,11 +89,6 @@ bool successParse(std::string const& _source, bool _allowWarnings = true)
|
||||
return !parseAndReturnFirstError(_source, _allowWarnings);
|
||||
}
|
||||
|
||||
bool successAssemble(string const& _source, bool _allowWarnings = true)
|
||||
{
|
||||
return successParse(_source, _allowWarnings);
|
||||
}
|
||||
|
||||
Error expectError(std::string const& _source, bool _allowWarnings = false)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user