CAddrDB: Replace BDB-managed addr.dat with internally managed peers.dat

This commit is contained in:
Jeff Garzik
2012-05-16 22:11:19 -04:00
committed by Jeff Garzik
parent 768e5d52fb
commit 928d3a011c
5 changed files with 101 additions and 67 deletions

View File

@@ -19,7 +19,6 @@
#include "protocol.h"
#include "addrman.h"
class CAddrDB;
class CRequestTracker;
class CNode;
class CBlockIndex;