aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-07-28 15:49:04 +0000
committerAndrew Cagney <cagney@redhat.com>2004-07-28 15:49:04 +0000
commit54a5b07d668e9320efb1ada27582f859ccfaaaf3 (patch)
treebb8806432915e2a3c51e5fce41748971395d232f /gdb/gdbtypes.h
parente9667a656bea31ff7d801cf8a7699f0f006319a1 (diff)
downloadfsf-binutils-gdb-54a5b07d668e9320efb1ada27582f859ccfaaaf3.zip
fsf-binutils-gdb-54a5b07d668e9320efb1ada27582f859ccfaaaf3.tar.gz
fsf-binutils-gdb-54a5b07d668e9320efb1ada27582f859ccfaaaf3.tar.bz2
2004-07-28 Andrew Cagney <cagney@gnu.org>
* gdbtypes.c (lookup_primitive_typename): Delete function. * gdbtypes.h (lookup_primitive_typename): Delete declaration. * ada-lex.l: Use language_lookup_primitive_type_by_name. * gdbtypes.c (lookup_typename): Ditto. * f-exp.y (yylex): Ditto. * c-exp.y (yylex): Ditto, eliminate assignment in "if".
Diffstat (limited to 'gdb/gdbtypes.h')
-rw-r--r--gdb/gdbtypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index 6a72407..bc3e5a3 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -1223,8 +1223,6 @@ extern struct type *check_typedef (struct type *);
extern void check_stub_method_group (struct type *, int);
-extern struct type *lookup_primitive_typename (char *);
-
extern char *gdb_mangle_name (struct type *, int, int);
extern struct type *lookup_typename (char *, struct block *, int);