From b03e14eb1f4ade9f549e495d45c3a02f25fe5cf3 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Sat, 8 Oct 2011 16:38:21 +0000 Subject: [PATCH] comment unused variable --- example/l2cap-throughput.c | 1 - 1 file changed, 1 deletion(-) diff --git a/example/l2cap-throughput.c b/example/l2cap-throughput.c index 4ed993389..4d0922797 100644 --- a/example/l2cap-throughput.c +++ b/example/l2cap-throughput.c @@ -79,7 +79,6 @@ void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint uint16_t handle; uint16_t psm; uint16_t local_cid; - uint16_t remote_cid; char pin[20]; int i;