Merge #12969: Drop dead code CScript::Find
8cbc5c4
Drop dead code CScript::Find (Ben Woosley) Pull request description: Last use removed in922e8e2
(2012!) Tree-SHA512: d62daf2fc340a04c5f68990aa450d6738fadf4df6c50507fe02ecb62ae329b77db401719bf556a69f747408efdea5bc98af5e41ba82650b2f6d8b2d5489625e4
This commit is contained in:
commit
94deb09349
1 changed files with 0 additions and 9 deletions
|
@ -615,15 +615,6 @@ public:
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue