libutils: RefBase remove 'basetype' typedefs
useless/unused Bug: N/A Test: N/A Change-Id: I72462a64411a58d22e071f20e2c950bd99fdffb1
This commit is contained in:
parent
eb599db1c5
commit
18daa7b5f0
|
@ -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…
Reference in New Issue