Skip to content

Commit 1b28bca

Browse files
author
MarcoFalke
committed
Merge #16287: refactor: remove extra CBlockIndex declaration
9824a0d Remove extra CBlockIndex declaration (RJ Rybarczyk) Pull request description: Remove duplicate `class CBlockIndex;` declaration. ACKs for top commit: promag: ACK 9824a0d. Is this a random finding or you have searched for more similar cases? practicalswift: utACK 9824a0d fanquake: ACK 9824a0d Tree-SHA512: aaf88450f53cb8859778102fe971b1121808819c04e64802e5a5cf47bf1403b42531361c52b097b41b905f9fa1bb7acc82b446cfa659c6ac41d00fab29e114e4
2 parents ca80fec + 9824a0d commit 1b28bca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/validationinterface.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ extern CCriticalSection cs_main;
1616
class CBlock;
1717
class CBlockIndex;
1818
struct CBlockLocator;
19-
class CBlockIndex;
2019
class CConnman;
2120
class CValidationInterface;
2221
class CValidationState;

0 commit comments

Comments
 (0)