]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/values.c
import gdb-1999-09-08 snapshot
[thirdparty/binutils-gdb.git] / gdb / values.c
index b4381cda54800ff1e91f220dc4d17250357ad2d5..6f2642e1258f574ee322c78df21add69a86725a8 100644 (file)
@@ -922,7 +922,6 @@ value_virtual_fn_field (arg1p, f, j, type, offset)
       /* Deal with HP/Taligent runtime model for virtual functions */
       value_ptr vp;
       value_ptr argp;          /* arg1 cast to base */
-      CORE_ADDR vfunc_addr;    /* address of virtual method */
       CORE_ADDR coreptr;       /* pointer to target address */
       int class_index;         /* which class segment pointer to use */
       struct type *ftype = TYPE_FN_FIELD_TYPE (f, j);  /* method type */