aboutsummaryrefslogtreecommitdiffstats
path: root/Scope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Scope.cpp')
-rw-r--r--Scope.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Scope.cpp b/Scope.cpp
index 7c298b72..28a54dd2 100644
--- a/Scope.cpp
+++ b/Scope.cpp
@@ -28,7 +28,6 @@ namespace dev
namespace solidity
{
-
bool Scope::registerDeclaration(Declaration& _declaration)
{
if (m_declarations.find(_declaration.getName()) != m_declarations.end())