diff --git a/src/script/script.h b/src/script/script.h --- a/src/script/script.h +++ b/src/script/script.h @@ -625,16 +625,6 @@ 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 as 20 sigops. With