From 53457eb1f080a6280838f8d428bb0ed359dbc809 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 6 Dec 2009 17:10:54 +0000 Subject: [PATCH] Fixed compilation warning --- core/net/mac/xmac.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/net/mac/xmac.c b/core/net/mac/xmac.c index f23d006b9..8f6a3590b 100644 --- a/core/net/mac/xmac.c +++ b/core/net/mac/xmac.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: xmac.c,v 1.45 2009/12/06 17:05:45 adamdunkels Exp $ + * $Id: xmac.c,v 1.46 2009/12/06 17:10:54 adamdunkels Exp $ */ /** @@ -295,7 +295,6 @@ powercycle_turn_radio_on(void) static char powercycle(struct rtimer *t, void *ptr) { - int r; #if WITH_TIMESYNCH rtimer_clock_t should_be, adjust; #endif /* WITH_TIMESYNCH */