2007-08-04 Michael Snyder * jv-lang.c (evaluate_subexp_java): Dead code. Index: jv-lang.c =================================================================== RCS file: /cvs/src/src/gdb/jv-lang.c,v retrieving revision 1.48 diff -p -r1.48 jv-lang.c *** jv-lang.c 4 Aug 2007 02:50:16 -0000 1.48 --- jv-lang.c 5 Aug 2007 04:06:23 -0000 *************** evaluate_subexp_java (struct type *expec *** 857,864 **** type = type_from_class (java_class_from_object (arg1)); arg1 = value_cast (lookup_pointer_type (type), arg1); } - if (noside == EVAL_SKIP) - goto nosideret; return value_ind (arg1); case BINOP_SUBSCRIPT: --- 857,862 ----