Bluetooth: Controller: Remove unused macro

Leftover from previous commits, this macro is not used anymore in
the HCI implementation.

Change-Id: I376c92a6b68432d2ff818ea25e68f087131e8479
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2016-09-26 12:11:33 +02:00 committed by Johan Hedberg
commit e9d32ed6e1

View file

@ -40,8 +40,6 @@
#include "debug.h"
#define HCI_PACKET_SIZE_MAX 255
/* opcode of the HCI command currently being processed. The opcode is stored
* by hci_cmd_handle() and then used during the creation of cmd complete and
* cmd status events to avoid passing it up the call chain.