* language.c (local_hex_format_custom): Remove.
[deliverable/binutils-gdb.git] / gdb / p-lang.c
index 296a0ba51b9ea27d0dcecefa1258d0e9d9caec04..f7c49df7d775b6fe6bb7dadf12a0fb734b461395 100644 (file)
@@ -469,10 +469,6 @@ const struct language_defn pascal_language_defn =
   basic_lookup_transparent_type,/* lookup_transparent_type */
   NULL,                                /* Language specific symbol demangler */
   NULL,                                /* Language specific class_name_from_physname */
-  {"", "%", "b", ""},          /* Binary format info */
-  {"0%lo", "0", "o", ""},      /* Octal format info */
-  {"%ld", "", "d", ""},                /* Decimal format info */
-  {"$%lx", "$", "x", ""},      /* Hex format info */
   pascal_op_print_tab,         /* expression operators for printing */
   1,                           /* c-style arrays */
   0,                           /* String lower bound */
This page took 0.02855 seconds and 4 git commands to generate.