+2009-02-19 Joel Brobecker <brobecker@adacore.com>
+
+ * ada-typeprint.c (ada_typedef_print): Remove. Unused.
+
2009-02-18 Vladimir Prus <vladimir@codesourcery.com>
* mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded): New.
}
}
-
-/* Print a description of a type in the format of a
- typedef for the current language.
- NEW is the new name for a type TYPE. */
-
-void
-ada_typedef_print (struct type *type, struct symbol *new,
- struct ui_file *stream)
-{
- /* XXX: type_sprint */
- fprintf_filtered (stream, "type %.*s is ",
- ada_name_prefix_len (SYMBOL_PRINT_NAME (new)),
- SYMBOL_PRINT_NAME (new));
- type_print (type, "", stream, 1);
-}
-
/* Print range type TYPE on STREAM. */
static void