diff options
-rw-r--r-- | llvm/include/llvm/ADT/IntrusiveRefCntPtr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h b/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h index 650b44ce48f..f9df3781257 100644 --- a/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h +++ b/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h @@ -177,9 +177,6 @@ public: T* get() const { return Obj; } - /// Deprecated: use get(). - T* getPtr() const { return Obj; } - LLVM_EXPLICIT operator bool() const { return Obj; } void swap(IntrusiveRefCntPtr& other) { |