diff --git a/include/llvm/User.h b/include/llvm/User.h index c2f0781aa6f..e78d21bbca0 100644 --- a/include/llvm/User.h +++ b/include/llvm/User.h @@ -36,10 +36,6 @@ public: } inline unsigned getNumOperands() const { return Operands.size(); } - inline std::vector copyOperands() const { - return std::vector(op_begin(), op_end()); - } - // --------------------------------------------------------------------------- // Operand Iterator interface... //