From 85d6f6c514871d99f4a2d140d99b6820c50cde36 Mon Sep 17 00:00:00 2001 From: nifi Date: Mon, 26 Apr 2010 22:41:50 +0000 Subject: [PATCH] removed unused variable --- core/net/mac/contikimac.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/net/mac/contikimac.c b/core/net/mac/contikimac.c index 806eafafc..380c18026 100644 --- a/core/net/mac/contikimac.c +++ b/core/net/mac/contikimac.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: contikimac.c,v 1.35 2010/04/26 17:55:11 nifi Exp $ + * $Id: contikimac.c,v 1.36 2010/04/26 22:41:50 nifi Exp $ */ /** @@ -928,7 +928,6 @@ input_packet(void) #if WITH_CONTIKIMAC_HEADER struct hdr *chdr; - int len; chdr = packetbuf_dataptr(); if(chdr->id != CONTIKIMAC_ID) { PRINTF("contikimac: failed to parse hdr (%u)\n", packetbuf_totlen());