2001-07-11 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / gdb / gnu-v2-abi.c
index ad73165345ac497e2f14b690c60244e80760efb7..8c46219971ebbb50fabb531f741be1e19fd978b8 100644 (file)
@@ -22,7 +22,6 @@
    Boston, MA 02111-1307, USA.  */
 
 #include "defs.h"
-#include "gdb_regex.h"
 #include "gdb_string.h"
 #include "symtab.h"
 #include "gdbtypes.h"
@@ -112,7 +111,6 @@ gnuv2_virtual_fn_field (value_ptr * arg1p, struct fn_field * f, int j,
   if (TYPE_TARGET_TYPE (context) != type1)
     {
       value_ptr tmp = value_cast (context, value_addr (arg1));
-      VALUE_POINTED_TO_OFFSET (tmp) = 0;
       arg1 = value_ind (tmp);
       type1 = check_typedef (VALUE_TYPE (arg1));
     }
This page took 0.023811 seconds and 4 git commands to generate.