This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] jv-lang.c, evaluate_subexp_java, conditional can't be true.


checked in.

2011-03-01  Michael Snyder  <msnyder@vmware.com>

	* jv-lang.c (evaluate_subexp_java): Conditional can't be true.

Index: jv-lang.c
===================================================================
RCS file: /cvs/src/src/gdb/jv-lang.c,v
retrieving revision 1.90
diff -u -p -u -p -r1.90 jv-lang.c
--- jv-lang.c	28 Feb 2011 18:43:27 -0000	1.90
+++ jv-lang.c	2 Mar 2011 00:41:47 -0000
@@ -918,8 +918,6 @@ evaluate_subexp_java (struct type *expec
 	  type = type_from_class (exp->gdbarch, 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:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]