From 6951d9d58262bd104c2750a6229fec6227c4a5bd Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 30 Nov 2008 18:26:06 +0000 Subject: [PATCH] Removed the unused ->u16 field (it was there only as a convenience/laziness access method during the initial development of the Rime stack, but has caused problems when being there) --- core/net/rime/rimeaddr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/net/rime/rimeaddr.h b/core/net/rime/rimeaddr.h index a5d4cd2b9..d9f61400c 100644 --- a/core/net/rime/rimeaddr.h +++ b/core/net/rime/rimeaddr.h @@ -42,7 +42,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rimeaddr.h,v 1.4 2007/11/26 23:30:35 adamdunkels Exp $ + * $Id: rimeaddr.h,v 1.5 2008/11/30 18:26:06 adamdunkels Exp $ */ /** @@ -65,7 +65,6 @@ typedef union { unsigned char u8[RIMEADDR_SIZE]; - unsigned short u16[RIMEADDR_SIZE / 2]; } rimeaddr_t;