commit | 0f5f4981a691c76c7e7fb3fb072007a0d715ebc4 | [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 | 618a423cd6dc97b50fe2bb9ceb2198ec8287f9a1 [diff] | |
parent | 10c8f92784ab0f001b3a2433669d374c7fbcb2ff [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();