Remove stray extern declaration of wrap_value_subscript().

This commit is contained in:
Andrew Cagney 2000-05-16 02:50:23 +00:00
parent 5c65bbb629
commit dfb0df6c34
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue May 16 12:46:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
* wrapper.h (wrap_value_subscript): Delete declaration.
Tue May 16 10:54:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
* defs.h (make_cleanup_bfd_close): Add declaration.

View File

@ -32,7 +32,6 @@ extern int gdb_value_fetch_lazy PARAMS ((value_ptr));
extern int gdb_value_equal PARAMS ((value_ptr, value_ptr, int *));
extern int gdb_value_subscript PARAMS ((value_ptr, value_ptr, value_ptr *));
extern int wrap_value_subscript PARAMS ((char *));
extern int gdb_value_ind PARAMS ((value_ptr val, value_ptr * rval));