Simplify CodeGenerator by remove seldom used case

This commit is contained in:
Alex Beregszaszi
2017-06-09 12:45:56 +01:00
parent 3e91177c4d
commit 1da3af161f
3 changed files with 2 additions and 18 deletions
-6
View File
@@ -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,