From 6ec9586de3ce96fafd3c9c7c6318e13f784e8d8f Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 27 Jan 2015 16:42:28 +0100 Subject: Style changes. --- GlobalContext.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'GlobalContext.cpp') diff --git a/GlobalContext.cpp b/GlobalContext.cpp index 40a498c8..687c9c9d 100644 --- a/GlobalContext.cpp +++ b/GlobalContext.cpp @@ -89,7 +89,6 @@ MagicVariableDeclaration const* GlobalContext::getCurrentSuper() const m_superPointer[m_currentContract] = make_shared( "super", make_shared(*m_currentContract, true)); return m_superPointer[m_currentContract].get(); - } } -- cgit v1.2.3