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 /test/lint | |
parent | 8dbb87a3932f81e23ba7afd865b9aeeb535f0c20 (diff) |
remove unused class util::Ref and its unit test
Diffstat (limited to 'test/lint')
-rwxr-xr-x | test/lint/extended-lint-cppcheck.sh | 1 |
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." ) |