diff options
author | Paweł Bylica <pawel.bylica@imapp.pl> | 2014-12-12 23:46:38 +0800 |
---|---|---|
committer | Paweł Bylica <pawel.bylica@imapp.pl> | 2014-12-12 23:46:38 +0800 |
commit | 180b0fa9e3aab595048d171ff4556a769f85dd1e (patch) | |
tree | 776947a515b1274b51a563760cf374d5a58a1ca3 /jsonrpc.cpp | |
parent | ef593b751b97df54825c2ce94079aab4737c81e9 (diff) | |
parent | a9b5c1b9cab3aee23b2df8f260ed935b36de257d (diff) | |
download | dexon-solidity-180b0fa9e3aab595048d171ff4556a769f85dd1e.tar.gz dexon-solidity-180b0fa9e3aab595048d171ff4556a769f85dd1e.tar.zst dexon-solidity-180b0fa9e3aab595048d171ff4556a769f85dd1e.zip |
Merge branch 'develop-evmcc' into pr-jit
Diffstat (limited to 'jsonrpc.cpp')
-rw-r--r-- | jsonrpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonrpc.cpp b/jsonrpc.cpp index d17c5a59..20ffc6d5 100644 --- a/jsonrpc.cpp +++ b/jsonrpc.cpp @@ -19,7 +19,7 @@ * @date 2014 */ -#if ETH_JSONRPC +#if ETH_JSONRPC && 0 #include <boost/test/unit_test.hpp> #include <boost/lexical_cast.hpp> |