diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-07-07 10:42:49 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-10-03 10:52:16 +0100 |
commit | 8111e74653dc5c93cb510672d99048c3f741d8dc (patch) | |
tree | d6c752686ea8f1898d74e9899aee19c340b5ebf2 /src/checkqueue.h | |
parent | 9cf89f7a5b81197e38f58b24be0793b28fe41477 (diff) |
refactor: Drop unneeded declaration
Diffstat (limited to 'src/checkqueue.h')
-rw-r--r-- | src/checkqueue.h | 3 |
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 |