From f85680690915d386db50bb91cc8a3ecb3071af4e Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 15 Mar 2007 21:59:10 +0000 Subject: [PATCH] Fixed compiler warning --- platform/netsim/net/ethernode-uip.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/netsim/net/ethernode-uip.c b/platform/netsim/net/ethernode-uip.c index 95ddb9dde..38c974c24 100644 --- a/platform/netsim/net/ethernode-uip.c +++ b/platform/netsim/net/ethernode-uip.c @@ -30,7 +30,7 @@ * * Author: Adam Dunkels * - * $Id: ethernode-uip.c,v 1.1 2007/03/14 00:32:30 adamdunkels Exp $ + * $Id: ethernode-uip.c,v 1.2 2007/03/15 21:59:10 adamdunkels Exp $ */ #include "contiki.h" @@ -58,7 +58,6 @@ ethernode_uip_send(void) /*---------------------------------------------------------------------------*/ PROCESS_THREAD(ethernode_uip_process, ev, data) { - static int drop = 3; PROCESS_BEGIN(); while(1) {