aboutsummaryrefslogtreecommitdiffstats
path: root/Scope.cpp
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2014-10-17 05:49:45 +0800
committerChristian <c@ethdev.com>2014-10-17 18:37:51 +0800
commita7f9815c0f68a7cb9571193ded851fbedb418422 (patch)
tree09adba8ef0aa273f5a84251ed53662b7d7fe3972 /Scope.cpp
parent8a506b505f4725e8a76bbad8399562099e4510c3 (diff)
downloaddexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar
dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.gz
dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.bz2
dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.lz
dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.xz
dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.tar.zst
dexon-solidity-a7f9815c0f68a7cb9571193ded851fbedb418422.zip
Coding style and cleanup
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())