Merge "libutils: RefBase remove 'basetype' typedefs"

This commit is contained in:
Treehugger Robot 2019-07-17 17:49:28 +00:00 committed by Gerrit Code Review
commit 6b924d5a97
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();