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

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

Remove unused declarations btif/src/stack_manager

Bug: 204251482
Tag: #refactor
Test: gd/cert/run
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines
BYPASS_INCLUSIVE_LANGUAGE_REASON: Legacy code

Change-Id: I1a3d5b1d27423aac4a8172e209dd1e85bf199533
parent 7cab5012
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -191,16 +191,13 @@ static void clean_up_stack() {
static bool get_stack_is_running() { return stack_is_running; }

// Internal functions

extern const module_t bt_utils_module;
extern const module_t bte_logmsg_module;
extern const module_t btif_config_module;
extern const module_t btsnoop_module;
extern const module_t bt_utils_module;
extern const module_t gd_controller_module;
extern const module_t gd_idle_module;
extern const module_t gd_shim_module;
extern const module_t hci_module;
extern const module_t interop_module;
extern const module_t osi_module;
extern const module_t stack_config_module;