aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/SolidityABIJSON.cpp
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-04-21 17:45:33 +0800
committerchriseth <c@ethdev.com>2015-04-21 17:46:11 +0800
commit02121683f5f43cb3c547521fb4a2642f637f246f (patch)
treee7bbfb580082eac8b606b29e13444f00f80f0273 /libsolidity/SolidityABIJSON.cpp
parente375612a7ecbab9ad33a6a40df1c722a82e07630 (diff)
downloaddexon-solidity-02121683f5f43cb3c547521fb4a2642f637f246f.tar.gz
dexon-solidity-02121683f5f43cb3c547521fb4a2642f637f246f.tar.zst
dexon-solidity-02121683f5f43cb3c547521fb4a2642f637f246f.zip
Removed (and added) some #ifs (but removed more than I added).
Diffstat (limited to 'libsolidity/SolidityABIJSON.cpp')
-rw-r--r--libsolidity/SolidityABIJSON.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libsolidity/SolidityABIJSON.cpp b/libsolidity/SolidityABIJSON.cpp
index b0633cca..f0e54a94 100644
--- a/libsolidity/SolidityABIJSON.cpp
+++ b/libsolidity/SolidityABIJSON.cpp
@@ -19,7 +19,6 @@
* @date 2014
* Unit tests for the solidity compiler JSON Interface output.
*/
-#if ETH_SOLIDITY
#include "../TestHelper.h"
#include <libsolidity/CompilerStack.h>
@@ -501,5 +500,3 @@ BOOST_AUTO_TEST_SUITE_END()
}
}
}
-
-#endif