Skip to content

Commit b4bed5c

Browse files
committed
refactor: Drop no longer used CScriptCheck() default constructor
1 parent d8427cc commit b4bed5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/validation.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ class CScriptCheck
318318
PrecomputedTransactionData *txdata;
319319

320320
public:
321-
CScriptCheck(): ptxTo(nullptr), nIn(0), nFlags(0), cacheStore(false), error(SCRIPT_ERR_UNKNOWN_ERROR) {}
322321
CScriptCheck(const CTxOut& outIn, const CTransaction& txToIn, unsigned int nInIn, unsigned int nFlagsIn, bool cacheIn, PrecomputedTransactionData* txdataIn) :
323322
m_tx_out(outIn), ptxTo(&txToIn), nIn(nInIn), nFlags(nFlagsIn), cacheStore(cacheIn), error(SCRIPT_ERR_UNKNOWN_ERROR), txdata(txdataIn) { }
324323

0 commit comments

Comments
 (0)