aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-07-01 21:50:47 +0200
committerMacroFake <falke.marco@gmail.com>2022-07-01 21:50:50 +0200
commit4129c1375430dbfe8dd414868c43fceb3d091fc3 (patch)
tree8e646fa9d7e7ca1fdc33cb14ed217e33da293c6e /src
parent53b1a2426c58f709b5cc0281ef67c0d29fc78a93 (diff)
parent18f5355f3ad8a5513c99c5b0ca14266b604362cc (diff)
downloadbitcoin-4129c1375430dbfe8dd414868c43fceb3d091fc3.tar.xz
Merge bitcoin/bitcoin#25521: build: Remove outdated libbitcoinkernel comment
18f5355f3ad8a5513c99c5b0ca14266b604362cc Remove outdated comment (Igor Bubelov) Pull request description: Looks like this comment is no longer relevant, the last files which matched `index/*.cpp` pattern were removed in https://github.com/bitcoin/bitcoin/commit/f1006875665ffe8ff5da8185effe25b860743b4e ACKs for top commit: dongcarl: ACK 18f5355f3ad8a5513c99c5b0ca14266b604362cc shaavan: ACK 18f5355f3ad8a5513c99c5b0ca14266b604362cc Tree-SHA512: d3fcc2db0940f81ce521fddff836f271709ea327c357942383f8aff6c7089e74490fa720e7a2916900215c733d2b64960c1aa185f0c9b1567fce90a249d405e0
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 488ff0e273..bc0982f74d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -854,8 +854,7 @@ endif
# TODO: libbitcoinkernel is a work in progress consensus engine library, as more
# and more modules are decoupled from the consensus engine, this list will
-# shrink to only those which are absolutely necessary. For example, things
-# like index/*.cpp will be removed.
+# shrink to only those which are absolutely necessary.
libbitcoinkernel_la_SOURCES = \
kernel/bitcoinkernel.cpp \
arith_uint256.cpp \