diff options
| author | Jeff Garzik <[email protected]> | 2012-07-05 18:18:15 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-07-05 18:18:15 -0400 |
| commit | 698b9f3095f5a89126976593382e3af2c1152165 (patch) | |
| tree | c79125103438fc1fc633c4c0a752c62761c88e1f /src/bitcoinrpc.cpp | |
| parent | Merge branch 'uri' of https://github.com/TheBlueMatt/bitcoin (diff) | |
| download | discoin-698b9f3095f5a89126976593382e3af2c1152165.tar.xz discoin-698b9f3095f5a89126976593382e3af2c1152165.zip | |
bitcoinrpc.cpp: Removed outdated comment
Fixes #1373
Diffstat (limited to 'src/bitcoinrpc.cpp')
| -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 e83e4da5d..62b0b497e 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; |