diff options
author | fanquake <fanquake@gmail.com> | 2022-10-21 16:37:11 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-10-21 16:40:55 +0800 |
commit | afbcd227dd0889002eeeec6148538ed2e2c9aadb (patch) | |
tree | 1f111180b3c5f10310274f627361833672a61798 /src/Makefile.am | |
parent | f2859c3aa86ebd01b7245135ef043bb5e60c1e17 (diff) |
build: remove threadinterrupt from libbitcoinkernel
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 70a0ca8915..85038232f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -933,7 +933,6 @@ libbitcoinkernel_la_SOURCES = \ support/cleanse.cpp \ support/lockedpool.cpp \ sync.cpp \ - threadinterrupt.cpp \ txdb.cpp \ txmempool.cpp \ uint256.cpp \ |