aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-07-07 10:42:49 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-10-03 10:52:16 +0100
commit8111e74653dc5c93cb510672d99048c3f741d8dc (patch)
treed6c752686ea8f1898d74e9899aee19c340b5ebf2
parent9cf89f7a5b81197e38f58b24be0793b28fe41477 (diff)
downloadbitcoin-8111e74653dc5c93cb510672d99048c3f741d8dc.tar.xz
refactor: Drop unneeded declaration
-rw-r--r--src/checkqueue.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/checkqueue.h b/src/checkqueue.h
index f8b288c10a..f3c126e262 100644
--- a/src/checkqueue.h
+++ b/src/checkqueue.h
@@ -13,9 +13,6 @@
#include <iterator>
#include <vector>
-template <typename T>
-class CCheckQueueControl;
-
/**
* Queue for verifications that have to be performed.
* The verifications are represented by a type T, which must provide an