changeset 3158:012095aeeafe draft

bitcoinrpc.cpp: Removed outdated comment Fixes #1373
author Jeff Garzik <jgarzik@exmulti.com>
date Thu, 05 Jul 2012 18:18:15 -0400
parents 9ca8fbb3c36d
children d6eea4180a72
files src/bitcoinrpc.cpp
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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;