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

Commit 008c6ded authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

ISecurityManagerListener: remove unnecessary operator== am: 3342d99a am: 035c2fcb

am: 77a9510c

Change-Id: I68185e63703ba39db66c4418f69686a794354b2d
parents c06204f2 77a9510c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -57,10 +57,6 @@ class ISecurityManagerListener {
   */
  virtual void OnDeviceBondFailed(std::shared_ptr<bluetooth::hci::Device> device) = 0;

  bool operator==(const ISecurityManagerListener& rhs) const {
    return &*this == &rhs;
  }

  os::Handler* handler_ = nullptr;
};