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

Commit 18daa7b5 authored by Steven Moreland's avatar Steven Moreland
Browse files

libutils: RefBase remove 'basetype' typedefs

useless/unused

Bug: N/A
Test: N/A
Change-Id: I72462a64411a58d22e071f20e2c950bd99fdffb1
parent eb599db1
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();