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

@@ -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));