Remove timedata

With the introduction and usage of TimeOffsets, there is no more need
for this file. Remove it.
This commit is contained in:
stickies-v
2024-02-04 05:08:26 +00:00
parent 92e72b5d0d
commit c6be144c4b
11 changed files with 1 additions and 351 deletions

View File

@@ -151,7 +151,6 @@ BITCOIN_TESTS =\
test/streams_tests.cpp \
test/sync_tests.cpp \
test/system_tests.cpp \
test/timedata_tests.cpp \
test/timeoffsets_tests.cpp \
test/torcontrol_tests.cpp \
test/transaction_tests.cpp \
@@ -382,7 +381,6 @@ test_fuzz_fuzz_SOURCES = \
test/fuzz/string.cpp \
test/fuzz/strprintf.cpp \
test/fuzz/system.cpp \
test/fuzz/timedata.cpp \
test/fuzz/timeoffsets.cpp \
test/fuzz/torcontrol.cpp \
test/fuzz/transaction.cpp \