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

Commit 397b5118 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Removes redundant RefBase inheritance."

parents 063a2f66 f12b5c67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ namespace statsd {
// writing the report to dropbox. MetricProducers should respond to package changes as required in
// PackageInfoListener, but if none of the metrics are slicing by package name, then the update can
// be a no-op.
class MetricProducer : public virtual RefBase, public virtual PackageInfoListener {
class MetricProducer : public virtual PackageInfoListener {
public:
    virtual ~MetricProducer(){};