aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2019-04-04 15:42:50 -0400
committerJohn Newbery <john@johnnewbery.com>2019-04-10 11:44:37 -0400
commit9819ad6d07097ca4df92231e18de0b57313e3b78 (patch)
tree350d1829a3cbdd5d3219d00473ade7dda3c14a89 /src/Makefile.am
parent6a135fbe5b30c3603616589b4779b1ce602c9392 (diff)
downloadbitcoin-9819ad6d07097ca4df92231e18de0b57313e3b78.tar.xz
[rpc] simplify generate RPC
Removes dead code from after the generate method was removed
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cb0604391e..fb429d41d2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -174,7 +174,6 @@ BITCOIN_CORE_H = \
reverselock.h \
rpc/blockchain.h \
rpc/client.h \
- rpc/mining.h \
rpc/protocol.h \
rpc/server.h \
rpc/rawtransaction_util.h \