aboutsummaryrefslogtreecommitdiff
path: root/src/init.h
diff options
context:
space:
mode:
authorJohn Newbery <[email protected]>2018-09-07 12:36:53 -0400
committerJohn Newbery <[email protected]>2018-09-10 14:27:32 -0400
commit7d038dcb41d93ea0b7401140998225adaab8c065 (patch)
tree88b3a490c0e0b3f8649b22f892be60f60d2f6088 /src/init.h
parent[build] Move dummy wallet into its own .cpp file. (diff)
downloaddiscoin-7d038dcb41d93ea0b7401140998225adaab8c065.tar.xz
discoin-7d038dcb41d93ea0b7401140998225adaab8c065.zip
[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 0c85d3c9d..c58ba5cfd 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;