refactor: Drop unneeded declaration

This commit is contained in:
Hennadii Stepanov 2023-07-07 10:42:49 +01:00
parent 9cf89f7a5b
commit 8111e74653
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -13,9 +13,6 @@
#include <iterator> #include <iterator>
#include <vector> #include <vector>
template <typename T>
class CCheckQueueControl;
/** /**
* Queue for verifications that have to be performed. * Queue for verifications that have to be performed.
* The verifications are represented by a type T, which must provide an * The verifications are represented by a type T, which must provide an