mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Do not return the stream in asssemblyStream
This commit is contained in:
@@ -121,7 +121,7 @@ public:
|
||||
Assembly& optimise(bool _enable, bool _isCreation = true, size_t _runs = 200);
|
||||
|
||||
/// Create a text representation of the assembly.
|
||||
std::ostream& assemblyStream(
|
||||
void assemblyStream(
|
||||
std::ostream& _out,
|
||||
std::string const& _prefix = "",
|
||||
StringMap const& _sourceCodes = StringMap()
|
||||
|
||||
Reference in New Issue
Block a user