diff options
| author | Jeff Garzik <[email protected]> | 2013-10-22 05:43:46 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2013-10-22 05:43:46 -0400 |
| commit | 406b1f05f61a7bba7ef6860c031a7a7c3e019100 (patch) | |
| tree | d64672cb2dac9d7bd5a6eeaea21b4f336903cfed /src/bitcoinrpc.cpp | |
| parent | Revert "Switch to using raw_utf8" (diff) | |
| download | discoin-406b1f05f61a7bba7ef6860c031a7a7c3e019100.tar.xz discoin-406b1f05f61a7bba7ef6860c031a7a7c3e019100.zip | |
Revert "JSON Spirit updated to v4.06"
This reverts commit 2227389fa8fa1b9ff19234838fc7b641e935125b.
Diffstat (limited to 'src/bitcoinrpc.cpp')
| -rw-r--r-- | src/bitcoinrpc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index 4d0767e43..f2a52e92e 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -31,8 +31,6 @@ using namespace boost; using namespace boost::asio; using namespace json_spirit; -static const char* Value_type_name[]={"obj", "array", "str", "bool", "int", "real", "null"}; - static std::string strRPCUserColonPass; // These are created by StartRPCThreads, destroyed in StopRPCThreads |