aboutsummaryrefslogtreecommitdiff
path: root/src/init.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2018-09-07 12:36:53 -0400
committerJohn Newbery <john@johnnewbery.com>2018-09-10 14:27:32 -0400
commit7d038dcb41d93ea0b7401140998225adaab8c065 (patch)
tree88b3a490c0e0b3f8649b22f892be60f60d2f6088 /src/init.h
parent3076556cd0317f7a05fd6836133dd6c051c4b53f (diff)
downloadbitcoin-7d038dcb41d93ea0b7401140998225adaab8c065.tar.xz
[build] remove ENABLE_WALLET ifdef from httprpc.cpp
Diffstat (limited to 'src/init.h')
-rw-r--r--src/init.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/init.h b/src/init.h
index 0c85d3c9dc..c58ba5cfd3 100644
--- a/src/init.h
+++ b/src/init.h
@@ -13,9 +13,6 @@
class CScheduler;
class CWallet;
-class WalletInitInterface;
-extern const WalletInitInterface& g_wallet_init_interface;
-
namespace boost
{
class thread_group;