From 52b1939993771d0a8a718ca1667241872de8241a Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Tue, 3 May 2022 18:14:03 -0400 Subject: kernel: Remove unnecessary blockfilter{index,}.cpp It is no longer necessary to link in blockfilter.cpp and index/blockfilterindex.cpp after merge of PR#21726 since validation has been decouple from the blockfilterindex. --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index a0e793e42a..0fd15baed1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -853,7 +853,6 @@ endif libbitcoinkernel_la_SOURCES = \ kernel/bitcoinkernel.cpp \ arith_uint256.cpp \ - blockfilter.cpp \ chain.cpp \ chainparamsbase.cpp \ chainparams.cpp \ @@ -872,7 +871,6 @@ libbitcoinkernel_la_SOURCES = \ fs.cpp \ hash.cpp \ index/base.cpp \ - index/blockfilterindex.cpp \ index/coinstatsindex.cpp \ init/common.cpp \ key.cpp \ -- cgit v1.2.3