diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2021-03-03 01:42:24 +0100 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2021-03-29 23:29:47 +0200 |
commit | 916ab0195d567fd0a9097045e73a6654c453adea (patch) | |
tree | dc20ba5c27e9e923679288928da0e9277d258d0d /src/Makefile.test.include | |
parent | 8dbb87a3932f81e23ba7afd865b9aeeb535f0c20 (diff) |
remove unused class util::Ref and its unit test
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index e00f17a83f..ef03f63579 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -110,7 +110,6 @@ BITCOIN_TESTS =\ test/prevector_tests.cpp \ test/raii_event_tests.cpp \ test/random_tests.cpp \ - test/ref_tests.cpp \ test/reverselock_tests.cpp \ test/rpc_tests.cpp \ test/sanity_tests.cpp \ |