Merge pull request #6152 from ethereum/fixContextReference

Properly assign reference to context.
This commit is contained in:
chriseth 2019-03-04 12:44:26 +01:00 committed by GitHub
commit cd4d519f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,6 @@ public:
m_runtimeCompiler(_runtimeCompiler),
m_context(_context)
{
m_context = CompilerContext(_context.evmVersion(), _runtimeCompiler ? &_runtimeCompiler->m_context : nullptr);
}
void compileContract(