Skip to content

Commit 52b1939

Browse files
committed
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.
1 parent 640eb77 commit 52b1939

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,6 @@ endif
853853
libbitcoinkernel_la_SOURCES = \
854854
kernel/bitcoinkernel.cpp \
855855
arith_uint256.cpp \
856-
blockfilter.cpp \
857856
chain.cpp \
858857
chainparamsbase.cpp \
859858
chainparams.cpp \
@@ -872,7 +871,6 @@ libbitcoinkernel_la_SOURCES = \
872871
fs.cpp \
873872
hash.cpp \
874873
index/base.cpp \
875-
index/blockfilterindex.cpp \
876874
index/coinstatsindex.cpp \
877875
init/common.cpp \
878876
key.cpp \

0 commit comments

Comments
 (0)