Bluetooth: Remove unused BDADDR_ANY variable

This is a left-over from previous code.

Change-Id: I4d12e236a4065d2cd33d492605704f516df906f3
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2015-05-25 22:45:12 +03:00 committed by Anas Nashif
parent 3b71b2dd41
commit a1dd6d6aec

View file

@ -65,8 +65,6 @@
#define CMD_TX_STACK_SIZE 256
#endif
static const uint8_t BDADDR_ANY[6] = { 0, 0, 0, 0, 0 };
static char rx_fiber_stack[RX_STACK_SIZE];
static char cmd_rx_fiber_stack[CMD_RX_STACK_SIZE];
static char cmd_tx_fiber_stack[CMD_TX_STACK_SIZE];