aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-03-03 01:42:24 +0100
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2021-03-29 23:29:47 +0200
commit916ab0195d567fd0a9097045e73a6654c453adea (patch)
treedc20ba5c27e9e923679288928da0e9277d258d0d /test/lint
parent8dbb87a3932f81e23ba7afd865b9aeeb535f0c20 (diff)
downloadbitcoin-916ab0195d567fd0a9097045e73a6654c453adea.tar.xz
remove unused class util::Ref and its unit test
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/extended-lint-cppcheck.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/extended-lint-cppcheck.sh b/test/lint/extended-lint-cppcheck.sh
index b2ed811cda..0ab6aad50c 100755
--- a/test/lint/extended-lint-cppcheck.sh
+++ b/test/lint/extended-lint-cppcheck.sh
@@ -57,7 +57,6 @@ IGNORED_WARNINGS=(
"src/test/checkqueue_tests.cpp:.* Struct 'UniqueCheck' has a constructor with 1 argument that is not explicit."
"src/test/fuzz/util.h:.* Class 'FuzzedFileProvider' has a constructor with 1 argument that is not explicit."
"src/test/fuzz/util.h:.* Class 'FuzzedAutoFileProvider' has a constructor with 1 argument that is not explicit."
- "src/util/ref.h:.* Class 'Ref' has a constructor with 1 argument that is not explicit."
"src/wallet/db.h:.* Class 'BerkeleyEnvironment' has a constructor with 1 argument that is not explicit."
)