From 698b9f3095f5a89126976593382e3af2c1152165 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Thu, 5 Jul 2012 18:18:15 -0400 Subject: [PATCH] bitcoinrpc.cpp: Removed outdated comment Fixes #1373 --- src/bitcoinrpc.cpp | 4 ---- 1 file changed, 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 #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;