diff options
Diffstat (limited to 'gdb/solib-darwin.c')
-rw-r--r-- | gdb/solib-darwin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/solib-darwin.c b/gdb/solib-darwin.c index 4f2cda6..ccb5af8 100644 --- a/gdb/solib-darwin.c +++ b/gdb/solib-darwin.c @@ -214,7 +214,6 @@ darwin_current_sos (void) enum bfd_endian byte_order = gdbarch_byte_order (target_gdbarch); int ptr_len = TYPE_LENGTH (ptr_type); unsigned int image_info_size; - CORE_ADDR lm; struct so_list *head = NULL; struct so_list *tail = NULL; int i; |