Merge "libutils: RefBase remove 'basetype' typedefs"
This commit is contained in:
commit
6b924d5a97
2 changed files with 0 additions and 4 deletions
|
|
@ -47,8 +47,6 @@ public:
|
|||
return mCount.load(std::memory_order_relaxed);
|
||||
}
|
||||
|
||||
typedef LightRefBase<T> basetype;
|
||||
|
||||
protected:
|
||||
inline ~LightRefBase() { }
|
||||
|
||||
|
|
|
|||
|
|
@ -296,8 +296,6 @@ public:
|
|||
getWeakRefs()->trackMe(enable, retain);
|
||||
}
|
||||
|
||||
typedef RefBase basetype;
|
||||
|
||||
protected:
|
||||
RefBase();
|
||||
virtual ~RefBase();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue