mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-21 14:22:38 +02:00
Merge #12969: Drop dead code CScript::Find
8cbc5c4 Drop dead code CScript::Find (Ben Woosley) Pull request description: Last use removed in 922e8e2 (2012!) Tree-SHA512: d62daf2fc340a04c5f68990aa450d6738fadf4df6c50507fe02ecb62ae329b77db401719bf556a69f747408efdea5bc98af5e41ba82650b2f6d8b2d5489625e4
This commit is contained in:
commit
94deb09349
@ -615,15 +615,6 @@ public:
|
|||||||
|
|
||||||
return nFound;
|
return nFound;
|
||||||
}
|
}
|
||||||
int Find(opcodetype op) const
|
|
||||||
{
|
|
||||||
int nFound = 0;
|
|
||||||
opcodetype opcode;
|
|
||||||
for (const_iterator pc = begin(); pc != end() && GetOp(pc, opcode);)
|
|
||||||
if (opcode == op)
|
|
||||||
++nFound;
|
|
||||||
return nFound;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pre-version-0.6, Bitcoin always counted CHECKMULTISIGs
|
* Pre-version-0.6, Bitcoin always counted CHECKMULTISIGs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user