aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-06-21 08:22:31 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-06-21 14:09:34 +0200
commitb6668209aadb7357404057985e1779d8faec52ed (patch)
treeb693e517e29d81747f95edd22a4d4dc168f493b6 /src
parent247b91449ad7d041c6af5d2abf5660ab00be0fb4 (diff)
downloadbitcoin-b6668209aadb7357404057985e1779d8faec52ed.tar.xz
build: Remove -DBOOST_SPIRIT_THREADSAFE
Now that boost spirit is no longer used, `-DBOOST_SPIRIT_THREADSAFE` doesn't need to be passed to the compiler anymore.
Diffstat (limited to 'src')
-rw-r--r--src/rpcprotocol.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcprotocol.cpp b/src/rpcprotocol.cpp
index 090e5ea7f4..89dec2977e 100644
--- a/src/rpcprotocol.cpp
+++ b/src/rpcprotocol.cpp
@@ -251,7 +251,6 @@ int ReadHTTPMessage(std::basic_istream<char>& stream, map<string,
*
* 1.0 spec: http://json-rpc.org/wiki/specification
* 1.2 spec: http://jsonrpc.org/historical/json-rpc-over-http.html
- * http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx
*/
string JSONRPCRequest(const string& strMethod, const UniValue& params, const UniValue& id)