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

Commit b2cd03b7 authored by Zach Johnson's avatar Zach Johnson
Browse files

Remove unused lines from bte_main

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: Ic49bbdf402201385ab7f0c9b8a050c6fb7be6d85
parent 9215954c
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -43,24 +43,6 @@
#include "shim/shim.h"
#include "stack_config.h"

/*******************************************************************************
 *  Constants & Macros
 ******************************************************************************/

/* Run-time configuration file for BLE*/
#ifndef BTE_BLE_STACK_CONF_FILE
// TODO(armansito): Find a better way than searching by a hardcoded path.
#if defined(OS_GENERIC)
#define BTE_BLE_STACK_CONF_FILE "ble_stack.conf"
#else  // !defined(OS_GENERIC)
#define BTE_BLE_STACK_CONF_FILE "/etc/bluetooth/ble_stack.conf"
#endif  // defined(OS_GENERIC)
#endif  // BT_BLE_STACK_CONF_FILE

/******************************************************************************
 *  Variables
 *****************************************************************************/

/*******************************************************************************
 *  Static variables
 ******************************************************************************/