diff options
author | Tom Tromey <tromey@redhat.com> | 2012-06-15 14:38:30 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-06-15 14:38:30 +0000 |
commit | 6598ed07ebc826df0221dd05f6faa4504be6af74 (patch) | |
tree | 49923659bb4f41bb805735943f807efad09db729 /gdb/value.h | |
parent | 2b214ea69762328de2bcfc4fdbde189d4aab850d (diff) | |
download | gdb-6598ed07ebc826df0221dd05f6faa4504be6af74.zip gdb-6598ed07ebc826df0221dd05f6faa4504be6af74.tar.gz gdb-6598ed07ebc826df0221dd05f6faa4504be6af74.tar.bz2 |
* 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.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/value.h b/gdb/value.h index 242cae3..d8b157f 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, |