summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-07-16 15:13:41 +1000
committerChris Johns <chrisj@rtems.org>2012-07-16 15:13:41 +1000
commit86065572980f3a8635c18c3c60bf7b6902e132da (patch)
tree9813ae553e788aab153e742cfeb3155c50ebc7fb
parent5d126da01db7c0e140ca35389dfe8f7227f10622 (diff)
Remove unused structure field.
-rw-r--r--rtl-obj.h1
1 files changed, 0 insertions, 1 deletions
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. */