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

Commit 41f693b5 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

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

Change-Id: Ia231a07b8477d84c39cc5a790b7ad64fb005f649
parents 28283a8e 1b07703f
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;
}