import gdb-1999-09-08 snapshot
[deliverable/binutils-gdb.git] / gdb / eval.c
index 3d8796228d2e76b2e5d7e4309792848238a8c37f..bc24e8b3f7d5f1ab50d4a939856b610fc60786e1 100644 (file)
@@ -394,7 +394,6 @@ evaluate_subexp_standard (expect_type, exp, pos, noside)
   int code;
   int ix;
   long mem_offset;
-  struct symbol *sym;
   struct type **arg_types;
   int save_pos1;
 
@@ -842,10 +841,6 @@ evaluate_subexp_standard (expect_type, exp, pos, noside)
          int static_memfuncp;
          value_ptr temp = arg2;
          char tstr[256];
-         struct fn_field *fns_ptr;
-         int num_fns;
-         struct type *basetype;
-         int boffset;
 
          /* Method invocation : stuff "this" as first parameter */
          /* pai: this used to have lookup_pointer_type for some reason,
This page took 0.024176 seconds and 4 git commands to generate.