fixes error after conflict resolving

This commit is contained in:
LianaHus
2015-10-15 11:10:55 +02:00
parent c3491e4469
commit 7a7a7dcbb5
4 changed files with 3 additions and 5 deletions
-1
View File
@@ -23,7 +23,6 @@
#pragma once
#include <libdevcore/Assertions.h>
#include <libsolidity/Exceptions.h>
/// Assertion that throws an InternalCompilerError containing the given description if it is not met.
#define solAssert(CONDITION, DESCRIPTION) \