commit | 6b924d5a97fb66f72cfc4fadbc89ab190dab91c3 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jul 17 17:49:28 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 17 17:49:28 2019 +0000 |
tree | 8b9b4da497e4d25d4908532e336ee60c05fdb5a7 | |
parent | e75c6c841b6386bbc564e9680200d9a9f1f47d9c [diff] | |
parent | 18daa7b5f0c502813c1ddf9d2400e09deb6fead5 [diff] |
Merge "libutils: RefBase remove 'basetype' typedefs"
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();