mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
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.
This commit is contained in:
parent
640eb772e5
commit
52b1939993
1 changed files with 0 additions and 2 deletions
|
@ -853,7 +853,6 @@ endif
|
||||||
libbitcoinkernel_la_SOURCES = \
|
libbitcoinkernel_la_SOURCES = \
|
||||||
kernel/bitcoinkernel.cpp \
|
kernel/bitcoinkernel.cpp \
|
||||||
arith_uint256.cpp \
|
arith_uint256.cpp \
|
||||||
blockfilter.cpp \
|
|
||||||
chain.cpp \
|
chain.cpp \
|
||||||
chainparamsbase.cpp \
|
chainparamsbase.cpp \
|
||||||
chainparams.cpp \
|
chainparams.cpp \
|
||||||
|
@ -872,7 +871,6 @@ libbitcoinkernel_la_SOURCES = \
|
||||||
fs.cpp \
|
fs.cpp \
|
||||||
hash.cpp \
|
hash.cpp \
|
||||||
index/base.cpp \
|
index/base.cpp \
|
||||||
index/blockfilterindex.cpp \
|
|
||||||
index/coinstatsindex.cpp \
|
index/coinstatsindex.cpp \
|
||||||
init/common.cpp \
|
init/common.cpp \
|
||||||
key.cpp \
|
key.cpp \
|
||||||
|
|
Loading…
Add table
Reference in a new issue