mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 11:11:15 +02:00
refactor: Drop unneeded declaration
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user