From 2f20c8b96cf979fbbe694617a57b2f2b82bd1e5a Mon Sep 17 00:00:00 2001 From: gnawali Date: Mon, 28 Sep 2009 06:49:03 +0000 Subject: [PATCH] eliminate dead code found by Qiu Ying --- tos/lib/net/ctp/CtpForwardingEngine.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tos/lib/net/ctp/CtpForwardingEngine.h b/tos/lib/net/ctp/CtpForwardingEngine.h index e45d0231..ccb92dbf 100644 --- a/tos/lib/net/ctp/CtpForwardingEngine.h +++ b/tos/lib/net/ctp/CtpForwardingEngine.h @@ -90,19 +90,6 @@ enum { MAX_RETRIES = 30 }; -/* - * The network header that the ForwardingEngine introduces. - * This header will change for the TinyOS 2.0 full release - * (it needs several optimizations). - */ -typedef nx_struct { - nx_uint8_t control; - nx_am_addr_t origin; - nx_uint8_t seqno; - nx_uint8_t collectid; - nx_uint16_t gradient; -} network_header_t; - /* * An element in the ForwardingEngine send queue. * The client field keeps track of which send client -- 2.39.2