refactoring: remove unused chainActive

This commit is contained in:
James O'Beirne
2019-03-27 13:54:18 -04:00
parent 631940aab2
commit 486c1eea86
2 changed files with 0 additions and 4 deletions

View File

@@ -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();