* language.c (local_hex_format_custom): Remove.
[deliverable/binutils-gdb.git] / gdb / scm-lang.c
index c459b813d997205b0501d2d679775aad6fa94a06..21f39ec9c8966ef107f4d8e9ef7aeac0b3ec2f84 100644 (file)
@@ -266,10 +266,6 @@ const struct language_defn scm_language_defn =
   basic_lookup_transparent_type,/* lookup_transparent_type */
   NULL,                                /* Language specific symbol demangler */
   NULL,                                /* Language specific class_name_from_physname */
-  {"", "", "", ""},            /* Binary format info */
-  {"#o%lo", "#o", "o", ""},    /* Octal format info */
-  {"%ld", "", "d", ""},                /* Decimal format info */
-  {"#x%lX", "#X", "X", ""},    /* Hex format info */
   NULL,                                /* expression operators for printing */
   1,                           /* c-style arrays */
   0,                           /* String lower bound */
This page took 0.070257 seconds and 4 git commands to generate.