0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

Merge bitcoin/bitcoin#26360: build: remove threadinterrupt from libbitcoinkernel

afbcd227dd build: remove threadinterrupt from libbitcoinkernel (fanquake)

Pull request description:

  Extracted from #26292.

ACKs for top commit:
  hebasto:
    ACK afbcd227dd, tested on Ubuntu 22.04.
  ryanofsky:
    Code review ACK afbcd227dd

Tree-SHA512: 9d355f0e417561be41cdd0674a8f94c9ffe3ecfb4063bb9c90f1032cb9d471be11d4fa26de40993e3a411e015272201551fbbb3d3c2b43e4c17bf49386a2741c
This commit is contained in:
fanquake 2022-11-01 10:09:53 +00:00
commit c041d8f2c9
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -937,7 +937,6 @@ libbitcoinkernel_la_SOURCES = \
support/cleanse.cpp \ support/cleanse.cpp \
support/lockedpool.cpp \ support/lockedpool.cpp \
sync.cpp \ sync.cpp \
threadinterrupt.cpp \
txdb.cpp \ txdb.cpp \
txmempool.cpp \ txmempool.cpp \
uint256.cpp \ uint256.cpp \