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

Commit f12b5c67 authored by David Chen's avatar David Chen
Browse files

Removes redundant RefBase inheritance.

PackageInfoListener already inherits from RefBase, so the
MetricsProducer doesn't need it also.

Test: Not needed.
Change-Id: I27fc4c214251ba07fefeacf76549a80c8368ffa5
parent 478edb76
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(){};