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

Commit f9506233 authored by Myles Watson's avatar Myles Watson
Browse files

Remove unnecessary friend DumpsysL2cap

Bug: 301661850
Test: mma -j32
Flag: EXEMPT, no logical change
Change-Id: Id82b44ee92b0dde38da9e328531181d55a8e246f
parent 5f0b365c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -303,8 +303,6 @@ struct tACL_CONN {
    return is_switch_role_switching() || is_switch_role_in_progress();
  }

  friend void DumpsysL2cap(int fd);

 public:
  uint8_t sca; /* Sleep clock accuracy */

@@ -325,7 +323,6 @@ struct tACL_CB {
  friend void btm_acl_encrypt_change(uint16_t handle, uint8_t status,
                                     uint8_t encr_enable);

  friend void DumpsysL2cap(int fd);
  friend void DumpsysAcl(int fd);
  friend struct StackAclBtmAcl;