From 7d038dcb41d93ea0b7401140998225adaab8c065 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Fri, 7 Sep 2018 12:36:53 -0400 Subject: [build] remove ENABLE_WALLET ifdef from httprpc.cpp --- src/init.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/init.h') 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; -- cgit v1.2.3