aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1995-12-01 08:04:51 +0000
committerPer Bothner <per@bothner.com>1995-12-01 08:04:51 +0000
commitc8b2ba5d4801584559e674774b640b1da8c74738 (patch)
tree6efef24b07ba0e71e0e8917bce51d7eaf1f94d92 /gdb/gdbtypes.c
parentb10f8e5e5c3740b78e625251ff9795cf297a0262 (diff)
downloadgdb-c8b2ba5d4801584559e674774b640b1da8c74738.zip
gdb-c8b2ba5d4801584559e674774b640b1da8c74738.tar.gz
gdb-c8b2ba5d4801584559e674774b640b1da8c74738.tar.bz2
* gdbtypes.c (check_stub_type): Removed; no longes needed.
* ch-exp.c (expect, parse_call): Tweak error messages.
Diffstat (limited to 'gdb/gdbtypes.c')
-rw-r--r--gdb/gdbtypes.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c
index 36bf5a2..d023eed 100644
--- a/gdb/gdbtypes.c
+++ b/gdb/gdbtypes.c
@@ -864,13 +864,6 @@ fill_in_vptr_fieldno (type)
struct complaint stub_noname_complaint =
{"stub type has NULL name", 0, 0};
-void
-check_stub_type (type)
- struct type *type;
-{
- check_typedef (type);
-}
-
struct type *
check_typedef (type)
register struct type *type;