Browse Source

misc

cl-refactor
yann300 10 years ago
parent
commit
cd2adfbeee
  1. 1
      mix/CodeModel.cpp

1
mix/CodeModel.cpp

@ -171,7 +171,6 @@ void CodeModel::onCompilationComplete(CompilationResult* _newResult)
{
m_compiling = false;
bool contractChanged = m_result->contractInterface() != _newResult->contractInterface();
m_result.reset(_newResult);
emit compilationComplete();
emit stateChanged();

Loading…
Cancel
Save