From 406b1f05f61a7bba7ef6860c031a7a7c3e019100 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 22 Oct 2013 05:43:46 -0400 Subject: Revert "JSON Spirit updated to v4.06" This reverts commit 2227389fa8fa1b9ff19234838fc7b641e935125b. --- src/bitcoinrpc.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/bitcoinrpc.cpp') 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 -- cgit v1.2.3