diff --git a/src/Makefile.am b/src/Makefile.am --- a/src/Makefile.am +++ b/src/Makefile.am @@ -204,7 +204,6 @@ rpc/blockchain.h \ rpc/client.h \ rpc/command.h \ - rpc/mining.h \ rpc/protocol.h \ rpc/rawtransaction_util.h \ rpc/register.h \ diff --git a/src/rpc/mining.h b/src/rpc/mining.h deleted file mode 100644 --- a/src/rpc/mining.h +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright (c) 2017 The Bitcoin Core developers -// Distributed under the MIT software license, see the accompanying -// file COPYING or http://www.opensource.org/licenses/mit-license.php. - -#ifndef BITCOIN_RPC_MINING_H -#define BITCOIN_RPC_MINING_H - -#include