* Makefile.am (libbfd.h): Add "Extracted from.." comment.
[deliverable/binutils-gdb.git] / gdb / value.h
index 62dc49074737adf0bb0bc1a07390e110d7ec4570..a0eb99086ff4b87003676fabac1b6213239b1bbe 100644 (file)
@@ -375,7 +375,7 @@ extern struct value *value_struct_elt_for_reference (struct type *domain,
 extern struct value *value_static_field (struct type *type, int fieldno);
 
 extern struct fn_field *value_find_oload_method_list (struct value **, char *,
-                                                     int, int *, int *,
+                                                     int, int *,
                                                      struct type **, int *);
 
 extern int find_overload_match (struct type **arg_types, int nargs,
@@ -405,9 +405,6 @@ extern struct value *value_repeat (struct value *arg1, int count);
 
 extern struct value *value_subscript (struct value *array, struct value *idx);
 
-extern struct value *value_from_vtable_info (struct value *arg,
-                                            struct type *type);
-
 extern struct value *value_being_returned (struct type *valtype,
                                           char *retbuf, int struct_return);
 
This page took 0.026158 seconds and 4 git commands to generate.