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

Commit 1885349d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "legacy: Remove unused btif_debug" am: 11721998 am: 1b07703f am: 41f693b5

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1914582

Change-Id: Ib8a7fe6ce2874eb966d7ab2e32c21f19d4aea4aa
parents 744ee81c 41f693b5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@
#include "btif_av.h"
#include "btif_bqr.h"
#include "btif_config.h"
#include "btif_debug.h"
#include "btif_debug_btsnoop.h"
#include "btif_debug_conn.h"
#include "btif_hf.h"
@@ -195,7 +194,6 @@ static int init(bt_callbacks_t* callbacks, bool start_restricted,
  is_local_device_atv = is_atv;

  stack_manager_get_interface()->init_stack();
  btif_debug_init();
  return BT_STATUS_SUCCESS;
}