Merge #16287: refactor: remove extra CBlockIndex declaration
9824a0d6e9
Remove extra CBlockIndex declaration (RJ Rybarczyk) Pull request description: Remove duplicate `class CBlockIndex;` declaration. ACKs for top commit: promag: ACK9824a0d
. Is this a random finding or you have searched for more similar cases? practicalswift: utACK9824a0d6e9
fanquake: ACK9824a0d6e9
Tree-SHA512: aaf88450f53cb8859778102fe971b1121808819c04e64802e5a5cf47bf1403b42531361c52b097b41b905f9fa1bb7acc82b446cfa659c6ac41d00fab29e114e4
This commit is contained in:
commit
1b28bca04c
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ extern CCriticalSection cs_main;
|
|||
class CBlock;
|
||||
class CBlockIndex;
|
||||
struct CBlockLocator;
|
||||
class CBlockIndex;
|
||||
class CConnman;
|
||||
class CValidationInterface;
|
||||
class CValidationState;
|
||||
|
|
Loading…
Reference in a new issue