Skip to content

Commit 916ab01

Browse files
committed
remove unused class util::Ref and its unit test
1 parent 8dbb87a commit 916ab01

File tree

5 files changed

+0
-74
lines changed

5 files changed

+0
-74
lines changed

src/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ BITCOIN_CORE_H = \
243243
util/moneystr.h \
244244
util/rbf.h \
245245
util/readwritefile.h \
246-
util/ref.h \
247246
util/settings.h \
248247
util/sock.h \
249248
util/spanparsing.h \

src/Makefile.test.include

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ BITCOIN_TESTS =\
110110
test/prevector_tests.cpp \
111111
test/raii_event_tests.cpp \
112112
test/random_tests.cpp \
113-
test/ref_tests.cpp \
114113
test/reverselock_tests.cpp \
115114
test/rpc_tests.cpp \
116115
test/sanity_tests.cpp \

src/test/ref_tests.cpp

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/util/ref.h

Lines changed: 0 additions & 38 deletions
This file was deleted.

test/lint/extended-lint-cppcheck.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ IGNORED_WARNINGS=(
5757
"src/test/checkqueue_tests.cpp:.* Struct 'UniqueCheck' has a constructor with 1 argument that is not explicit."
5858
"src/test/fuzz/util.h:.* Class 'FuzzedFileProvider' has a constructor with 1 argument that is not explicit."
5959
"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."
6160
"src/wallet/db.h:.* Class 'BerkeleyEnvironment' has a constructor with 1 argument that is not explicit."
6261
)
6362

0 commit comments

Comments
 (0)