commit | 10c8f92784ab0f001b3a2433669d374c7fbcb2ff | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Jul 16 14:04:37 2019 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Jul 16 21:06:28 2019 +0000 |
tree | 4766cc4b20466e97da61316a7a83d0bece4e5b26 | |
parent | 44d46c43870e0a565aeb795aa012376e7a9642e9 [diff] |
libutils: RefBase remove 'basetype' typedefs useless/unused Bug: N/A Test: N/A Change-Id: I72462a64411a58d22e071f20e2c950bd99fdffb1
diff --git a/libutils/include/utils/LightRefBase.h b/libutils/include/utils/LightRefBase.h index e488e60..b04e5c1 100644 --- a/libutils/include/utils/LightRefBase.h +++ b/libutils/include/utils/LightRefBase.h
@@ -47,8 +47,6 @@ return mCount.load(std::memory_order_relaxed); } - typedef LightRefBase<T> basetype; - protected: inline ~LightRefBase() { }
diff --git a/libutils/include/utils/RefBase.h b/libutils/include/utils/RefBase.h index 3a02a8a..42c6efb 100644 --- a/libutils/include/utils/RefBase.h +++ b/libutils/include/utils/RefBase.h
@@ -296,8 +296,6 @@ getWeakRefs()->trackMe(enable, retain); } - typedef RefBase basetype; - protected: RefBase(); virtual ~RefBase();