File tree Expand file tree Collapse file tree 5 files changed +0
-74
lines changed Expand file tree Collapse file tree 5 files changed +0
-74
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,6 @@ BITCOIN_CORE_H = \
243
243
util/moneystr.h \
244
244
util/rbf.h \
245
245
util/readwritefile.h \
246
- util/ref.h \
247
246
util/settings.h \
248
247
util/sock.h \
249
248
util/spanparsing.h \
Original file line number Diff line number Diff line change @@ -110,7 +110,6 @@ BITCOIN_TESTS =\
110
110
test/prevector_tests.cpp \
111
111
test/raii_event_tests.cpp \
112
112
test/random_tests.cpp \
113
- test/ref_tests.cpp \
114
113
test/reverselock_tests.cpp \
115
114
test/rpc_tests.cpp \
116
115
test/sanity_tests.cpp \
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ IGNORED_WARNINGS=(
57
57
" src/test/checkqueue_tests.cpp:.* Struct 'UniqueCheck' has a constructor with 1 argument that is not explicit."
58
58
" src/test/fuzz/util.h:.* Class 'FuzzedFileProvider' has a constructor with 1 argument that is not explicit."
59
59
" src/test/fuzz/util.h:.* Class 'FuzzedAutoFileProvider' has a constructor with 1 argument that is not explicit."
60
- " src/util/ref.h:.* Class 'Ref' has a constructor with 1 argument that is not explicit."
61
60
" src/wallet/db.h:.* Class 'BerkeleyEnvironment' has a constructor with 1 argument that is not explicit."
62
61
)
63
62
You can’t perform that action at this time.
0 commit comments