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

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

Remove unused do_in_main_thread

Bug: 301661850
Test: mma -j32
Change-Id: I9f6624f1cad9470c70c401b8dc3bfd116bf4075f
parent 533f65d3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -56,15 +56,13 @@
#include "stack/btm/btm_sec_cb.h"
#include "stack/include/bt_hdr.h"
#include "stack/include/btm_log_history.h"
#include "stack/include/main_thread.h"
#include "stack/l2cap/l2c_int.h"
#include "types/ble_address_with_type.h"
#include "types/raw_address.h"

extern tBTM_CB btm_cb;

bt_status_t do_in_main_thread(const base::Location& from_here,
                              base::OnceClosure task);

using namespace bluetooth;

class ConnectAddressWithType : public bluetooth::common::IRedactableLoggable {