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

Commit 3342d99a authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

ISecurityManagerListener: remove unnecessary operator==

Bug: 142341141
Change-Id: I77ad0d1b720adc175798a08507589c9619d12725
parent e82ca001
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;
};