aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-07-15 23:49:42 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-07-15 23:49:42 +0000
commit31941f6dc6abb96ab4459af28eab2e476e76b9b3 (patch)
tree171527d86c150938a699c62a57ef538cf71b0810 /gdb/ada-lang.c
parent8a2225b26e85b1c3bb30a5625be1dbc683a681d0 (diff)
downloadgdb-31941f6dc6abb96ab4459af28eab2e476e76b9b3.zip
gdb-31941f6dc6abb96ab4459af28eab2e476e76b9b3.tar.gz
gdb-31941f6dc6abb96ab4459af28eab2e476e76b9b3.tar.bz2
* ada-lang.c (ada_language_defn): Remove commented out code.
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r--gdb/ada-lang.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c
index 2520b8e..2a83d85 100644
--- a/gdb/ada-lang.c
+++ b/gdb/ada-lang.c
@@ -10184,16 +10184,10 @@ const struct language_defn ada_language_defn = {
ada_la_decode, /* Language specific symbol demangler */
NULL, /* Language specific class_name_from_physname */
{"", "", "", ""}, /* Binary format info */
-#if 0
- {"8#%lo#", "8#", "o", "#"}, /* Octal format info */
- {"%ld", "", "d", ""}, /* Decimal format info */
- {"16#%lx#", "16#", "x", "#"}, /* Hex format info */
-#else
/* Copied from c-lang.c. */
{"0%lo", "0", "o", ""}, /* Octal format info */
{"%ld", "", "d", ""}, /* Decimal format info */
{"0x%lx", "0x", "x", ""}, /* Hex format info */
-#endif
ada_op_print_tab, /* expression operators for printing */
0, /* c-style arrays */
1, /* String lower bound */