diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/User.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/User.h b/llvm/include/llvm/User.h index c2f0781aa6f..e78d21bbca0 100644 --- a/llvm/include/llvm/User.h +++ b/llvm/include/llvm/User.h @@ -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...    //  | 

