Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad6267c7 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "libutils: RefBase remove 'basetype' typedefs" am: 6b924d5a

am: bb15e257

Change-Id: I63f67d1a5a869e87d9040fdd2d954390b0ed3bc2
parents b95867eb bb15e257
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -47,8 +47,6 @@ public:
        return mCount.load(std::memory_order_relaxed);
    }

    typedef LightRefBase<T> basetype;

protected:
    inline ~LightRefBase() { }

+0 −2
Original line number Diff line number Diff line
@@ -296,8 +296,6 @@ public:
        getWeakRefs()->trackMe(enable, retain); 
    }

    typedef RefBase basetype;

protected:
                            RefBase();
    virtual                 ~RefBase();