summaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-06-15 14:38:29 +0000
committerTom Tromey <tromey@redhat.com>2012-06-15 14:38:29 +0000
commit250c55b0a60e8f523985c0decba0d8f61bdc4dde (patch)
tree830faf85aeaedb2fa37051b3263b893237af9b51 /gdb/value.h
parent63a93374216167aeb05f83350aa005ec58c4c15a (diff)
downloadgdb-250c55b0a60e8f523985c0decba0d8f61bdc4dde.tar.gz
* valops.c (value_find_oload_method_list): Now static.
* value.h (value_find_oload_method_list): Don't declare.
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/value.h b/gdb/value.h
index 242cae30c62..d8b157f0b83 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -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,