* gdbtypes.c (struct extra): Delete, unused.
authorDoug Evans <dje@google.com>
Tue, 14 Aug 2012 19:35:47 +0000 (19:35 +0000)
committerDoug Evans <dje@google.com>
Tue, 14 Aug 2012 19:35:47 +0000 (19:35 +0000)
gdb/ChangeLog
gdb/gdbtypes.c

index 58d97bb3deb084ab83d0afb4f1d08cf987edce05..a23fd3cf74413aafa17dce031d76ffb30cb805dc 100644 (file)
@@ -1,5 +1,7 @@
 2012-08-14  Doug Evans  <dje@google.com>
 
+       * gdbtypes.c (struct extra): Delete, unused.
+
        * gdbtypes.c: Whitespace cleanup.
        (address_space_name_to_int): Remove "extern" from definition.
        (_initialize_gdbtypes): Declare with initialize_file_ftype.
index b727859fd4830efe03c5d025ab4a9f10b0cc7009..bb9e6455b457d2f69a2ca4dc612a4449bda0c2f0 100644 (file)
@@ -132,12 +132,6 @@ show_overload_debug (struct ui_file *file, int from_tty,
                    value);
 }
 
-struct extra
-  {
-    char str[128];
-    int len;
-  };                           /* Maximum extension is 128!  FIXME  */
-
 static void print_bit_vector (B_TYPE *, int);
 static void print_arg_types (struct field *, int, int);
 static void dump_fn_fieldlists (struct type *, int);
This page took 0.031404 seconds and 4 git commands to generate.