diff options
Diffstat (limited to 'src/validation.h')
-rw-r--r-- | src/validation.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/validation.h b/src/validation.h index e43573d51a..7efb11fc9f 100644 --- a/src/validation.h +++ b/src/validation.h @@ -435,9 +435,6 @@ bool InvalidateBlock(CValidationState& state, const CChainParams& chainparams, C /** Remove invalidity status from a block and its descendants. */ void ResetBlockFailureFlags(CBlockIndex* pindex) EXCLUSIVE_LOCKS_REQUIRED(cs_main); -/** The currently-connected chain of blocks (protected by cs_main). */ -extern CChain& chainActive; - /** @returns the most-work chain. */ CChain& ChainActive(); |