Remove unneccesary method

llvm-svn: 3452
This commit is contained in:
Chris Lattner 2002-08-22 15:57:37 +00:00
parent cc3be0b25c
commit 2522ebee1b

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...
//