Skip to content

Commit 8111e74

Browse files
committed
refactor: Drop unneeded declaration
1 parent 9cf89f7 commit 8111e74

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/checkqueue.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
#include <iterator>
1414
#include <vector>
1515

16-
template <typename T>
17-
class CCheckQueueControl;
18-
1916
/**
2017
* Queue for verifications that have to be performed.
2118
* The verifications are represented by a type T, which must provide an

0 commit comments

Comments
 (0)