mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-25 00:35:30 +00:00
Remove IntrusiveRefCntPtr::getPtr() function
It was deprecated in r212366 and all uses have been switched to get(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212382 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f92e09efd3
commit
e45100f420
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user