aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-05-16 03:59:58 +0000
committerDaniel Jacobowitz <drow@false.org>2002-05-16 03:59:58 +0000
commit427259102840f4ba492d4fd07ef0ba0595edef7d (patch)
tree7ac1d254df00a0394072378d2ea8df49ab4380cd /gdb/gdbtypes.h
parent0bc68c494873cdf0f93ecd47a5b9cd7067cf0f8b (diff)
downloadgdb-427259102840f4ba492d4fd07ef0ba0595edef7d.zip
gdb-427259102840f4ba492d4fd07ef0ba0595edef7d.tar.gz
gdb-427259102840f4ba492d4fd07ef0ba0595edef7d.tar.bz2
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 87b529e..4c20724 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. */