diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-07-05 18:18:15 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-07-05 18:18:15 -0400 |
commit | 698b9f3095f5a89126976593382e3af2c1152165 (patch) | |
tree | c79125103438fc1fc633c4c0a752c62761c88e1f /src | |
parent | 50fc02d063e7799fc50da2a43421f001a28541b7 (diff) |
bitcoinrpc.cpp: Removed outdated comment
Fixes #1373
Diffstat (limited to 'src')
-rw-r--r-- | src/bitcoinrpc.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index e83e4da5df..62b0b497ed 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -29,10 +29,6 @@ #include <list> #define printf OutputDebugStringF -// MinGW 3.4.5 gets "fatal error: had to relocate PCH" if the json headers are -// precompiled in headers.h. The problem might be when the pch file goes over -// a certain size around 145MB. If we need access to json_spirit outside this -// file, we could use the compiled json_spirit option. using namespace std; using namespace boost; |