libutils: RefBase remove 'basetype' typedefs

useless/unused

Bug: N/A
Test: N/A
Change-Id: I72462a64411a58d22e071f20e2c950bd99fdffb1
This commit is contained in:
Steven Moreland 2019-07-16 14:04:37 -07:00
parent eb599db1c5
commit 18daa7b5f0
2 changed files with 0 additions and 4 deletions

View File

@ -47,8 +47,6 @@ public:
return mCount.load(std::memory_order_relaxed);
}
typedef LightRefBase<T> basetype;
protected:
inline ~LightRefBase() { }

View File

@ -296,8 +296,6 @@ public:
getWeakRefs()->trackMe(enable, retain);
}
typedef RefBase basetype;
protected:
RefBase();
virtual ~RefBase();