* c-exp.y (enum token_flags): New.
[deliverable/binutils-gdb.git] / gdb / value.h
index 242cae30c623d6f9be6ec739d1d5353323af7402..d8b157f0b83b84b834ce4f1b56f0bbb4a252f950 100644 (file)
@@ -642,11 +642,6 @@ extern struct value *value_aggregate_elt (struct type *curtype,
 
 extern struct value *value_static_field (struct type *type, int fieldno);
 
-extern struct fn_field *value_find_oload_method_list (struct value **,
-                                                     const char *,
-                                                     int, int *,
-                                                     struct type **, int *);
-
 enum oload_search_type { NON_METHOD, METHOD, BOTH };
 
 extern int find_overload_match (struct value **args, int nargs,
This page took 0.034454 seconds and 4 git commands to generate.