Bluetooth: Mesh: Remove unused macro

The FRIEND_BUF_SIZE macro has no users.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2019-10-02 17:01:16 +03:00 committed by Andrew Boie
commit 4f3b0cb28c

View file

@ -27,8 +27,6 @@
#include "foundation.h"
#include "friend.h"
#define FRIEND_BUF_SIZE (BT_MESH_ADV_DATA_SIZE - BT_MESH_NET_HDR_LEN)
/* We reserve one extra buffer for each friendship, since we need to be able
* to resend the last sent PDU, which sits separately outside of the queue.
*/