mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
* valops.c (find_method_list): Remove comment about
removed STATIC_MEMFUNCP argument.
(value_find_oload_method_list): Likewise.
This commit is contained in:
@@ -2525,7 +2525,6 @@ value_struct_elt (struct value **argp, struct value **args,
|
||||
* ARGP is a pointer to a pointer to a value (the object)
|
||||
* METHOD is a string containing the method name
|
||||
* OFFSET is the offset within the value
|
||||
* STATIC_MEMFUNCP is set if the method is static
|
||||
* TYPE is the assumed type of the object
|
||||
* NUM_FNS is the number of overloaded instances
|
||||
* BASETYPE is set to the actual type of the subobject where the method is found
|
||||
@@ -2616,7 +2615,6 @@ find_method_list (struct value **argp, char *method, int offset,
|
||||
* ARGP is a pointer to a pointer to a value (the object)
|
||||
* METHOD is the method name
|
||||
* OFFSET is the offset within the value contents
|
||||
* STATIC_MEMFUNCP is set if the method is static
|
||||
* NUM_FNS is the number of overloaded instances
|
||||
* BASETYPE is set to the type of the base subobject that defines the method
|
||||
* BOFFSET is the offset of the base subobject which defines the method */
|
||||
|
||||
Reference in New Issue
Block a user