aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/db.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2015-04-23 14:55:02 +0200
committerCory Fields <cory-nospam-@coryfields.com>2015-05-14 01:02:00 -0400
commit370338554745d8a515f00172838c06132ceb333b (patch)
tree1a185b44405d838770672d596c1798f53d90ba93 /src/wallet/db.h
parent0a7bcb7e5577998e92cfe15604b5f7c0abd97e06 (diff)
downloadbitcoin-370338554745d8a515f00172838c06132ceb333b.tar.xz
remove unused classes from db.h
Diffstat (limited to 'src/wallet/db.h')
-rw-r--r--src/wallet/db.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wallet/db.h b/src/wallet/db.h
index 9596723b21..2df6f6e5a9 100644
--- a/src/wallet/db.h
+++ b/src/wallet/db.h
@@ -20,9 +20,6 @@
#include <db_cxx.h>
-class CDiskBlockIndex;
-class COutPoint;
-
extern unsigned int nWalletDBUpdated;
class CDBEnv