summaryrefslogtreecommitdiff
path: root/gdb/m2-typeprint.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-02-19 22:22:48 +0000
committerTom Tromey <tromey@redhat.com>2010-02-19 22:22:48 +0000
commit072ca5eae217783c4bb986bac3db1dd7c0b70c4b (patch)
tree3d38c8f2ba06827d9f9f2195d6e3f2e13f4e9062 /gdb/m2-typeprint.c
parent649708b02c904af6a21ed548352c2cc6150dde9b (diff)
downloadgdb-072ca5eae217783c4bb986bac3db1dd7c0b70c4b.tar.gz
* p-typeprint.c (pascal_type_print_varspec_prefix): Update.
* m2-typeprint.c (m2_print_type): Update. * gdbtypes.c (recursive_dump_type): Update. (copy_type_recursive): Update. * c-typeprint.c (c_type_print_varspec_prefix): Update. (c_type_print_base): Update. * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG): Remove. (struct cplus_struct_type) <ntemplate_args>: Remove. <struct template_arg>: Remove. <is_dynamic>: Move earlier. (TYPE_TEMPLATE_ARGS): Remove. (TYPE_NTEMPLATE_ARGS): Remove. (TYPE_TEMPLATE_ARG): Remove.
Diffstat (limited to 'gdb/m2-typeprint.c')
-rw-r--r--gdb/m2-typeprint.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/m2-typeprint.c b/gdb/m2-typeprint.c
index 46a35bbd211..53e3ddca9e8 100644
--- a/gdb/m2-typeprint.c
+++ b/gdb/m2-typeprint.c
@@ -146,9 +146,6 @@ m2_print_type (struct type *type, char *varstring, struct ui_file *stream,
m2_range (type, stream, show, level);
break;
- case TYPE_CODE_TEMPLATE:
- break;
-
default:
m2_type_name (type, stream);
break;