Remove stray extern declaration of wrap_value_subscript().
authorAndrew Cagney <cagney@redhat.com>
Tue, 16 May 2000 02:50:23 +0000 (02:50 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 16 May 2000 02:50:23 +0000 (02:50 +0000)
gdb/ChangeLog
gdb/wrapper.h

index 085add8863888b76dbd30a7fdab9d42bd4207b9f..5b191e3a9ddcbabc4a992f280be7e9a9f8da4e80 100644 (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.
index 197b61e7c18b63cad8e5df076d0fc352781d8787..8dc1e5b0b4ed17b3375959103d1db53cfd3ec93c 100644 (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));
 
This page took 0.026855 seconds and 4 git commands to generate.