summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2002-05-16 03:59:58 +0000
committerDaniel Jacobowitz <dan@debian.org>2002-05-16 03:59:58 +0000
commite5a3ca5898c0a4aa3b9a71d35a4c1eae884cbd5a (patch)
treee92bcdd016d2a5717780fc979350a84e43ca9477 /gdb/gdbtypes.h
parent1552c6d418c494e8fb884bd6e68ab13a466baec0 (diff)
downloadgdb-e5a3ca5898c0a4aa3b9a71d35a4c1eae884cbd5a.tar.gz
2002-05-16 Daniel Jacobowitz <drow@mvista.com>
* gdbtypes.h (struct cplus_struct_type): Remove args field. * hpread.c (hpread_read_struct_type): Remove assignments to args. (fixup_class_method_type): Likewise.
Diffstat (limited to 'gdb/gdbtypes.h')
-rw-r--r--gdb/gdbtypes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index 87b529e67ea..4c207243886 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -604,13 +604,6 @@ struct cplus_struct_type
struct type *type;
- /* The argument list. Only valid if is_stub is clear. Contains
- the type of each argument, including `this', and ending with
- a NULL pointer after the last argument. Should not contain
- a `this' pointer for static member functions. */
-
- struct type **args;
-
/* For virtual functions.
First baseclass that defines this virtual function. */