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

Commit a67c7123 authored by Chris Manton's avatar Chris Manton
Browse files

root_canal: Remove unused vars

Bug: 162114100
Test: cert/run
Tag: #refactor

Change-Id: I0a708fee85758adac62f1d8014e097d9e63d7af2
parent bf12242d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@

#include "acl_connection.h"

using std::shared_ptr;

namespace test_vendor_lib {
AclConnection::AclConnection(AddressWithType addr, AddressWithType own_addr,
                             Phy::Type phy_type)
+0 −2
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@

#include "hci/address.h"

using std::shared_ptr;

namespace test_vendor_lib {

using bluetooth::hci::ErrorCode;
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ using std::vector;

namespace test_vendor_lib {

using model::packets::LinkLayerPacketBuilder;
using model::packets::LinkLayerPacketView;
using model::packets::PageResponseBuilder;