From 86065572980f3a8635c18c3c60bf7b6902e132da Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 16 Jul 2012 15:13:41 +1000 Subject: Remove unused structure field. --- rtl-obj.h | 1 - 1 file changed, 1 deletion(-) diff --git a/rtl-obj.h b/rtl-obj.h index 00803c5..dcf2b65 100644 --- a/rtl-obj.h +++ b/rtl-obj.h @@ -96,7 +96,6 @@ struct rtems_rtl_obj_s rtems_rtl_obj_sym_t* global_table; /**< Global symbol table. */ size_t global_syms; /**< Global symbol count. */ size_t global_size; /**< Global symbol memory usage. */ - rtems_chain_control externals; /**< Unresolved externals. */ uint32_t unresolved; /**< The number of unresolved relocations. */ void* text_base; /**< The base address of the text section * in memory. */ -- cgit v1.2.3