Remove unneccesary method

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3452 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-08-22 15:57:37 +00:00
parent f8d630a0fa
commit dc58535b37

View File

@ -36,10 +36,6 @@ public:
}
inline unsigned getNumOperands() const { return Operands.size(); }
inline std::vector<Value*> copyOperands() const {
return std::vector<Value*>(op_begin(), op_end());
}
// ---------------------------------------------------------------------------
// Operand Iterator interface...
//