From 2a2621cb0b83624b88decba3359e99b31a30b477 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 18 Dec 2014 21:14:52 +0100 Subject: [PATCH] - integrate ethereum #649 --- mix/AppContext.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mix/AppContext.cpp b/mix/AppContext.cpp index 3cafe219e..b03548397 100644 --- a/mix/AppContext.cpp +++ b/mix/AppContext.cpp @@ -70,7 +70,6 @@ KeyEventManager* AppContext::getKeyEventManager() CompilerStack* AppContext::compiler() { - m_compiler.reset(new CompilerStack()); return m_compiler.get(); }