Last use removed in 922e8e2929 (2012!)
922e8e2929
@ -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;
/**
* Pre-version-0.6, Bitcoin always counted CHECKMULTISIGs