0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

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 <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