mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Simplify CodeGenerator by remove seldom used case
This commit is contained in:
@@ -41,12 +41,6 @@ struct Block;
|
||||
class CodeGenerator
|
||||
{
|
||||
public:
|
||||
/// Performs code generation and @returns the result.
|
||||
static eth::Assembly assemble(
|
||||
Block const& _parsedData,
|
||||
AsmAnalysisInfo& _analysisInfo,
|
||||
julia::ExternalIdentifierAccess const& _identifierAccess = julia::ExternalIdentifierAccess()
|
||||
);
|
||||
/// Performs code generation and appends generated to to _assembly.
|
||||
static void assemble(
|
||||
Block const& _parsedData,
|
||||
|
||||
Reference in New Issue
Block a user