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

Commit 6b924d5a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libutils: RefBase remove 'basetype' typedefs"

parents e75c6c84 18daa7b5
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();