Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch] jv-lang.c, dead code
@ 2007-08-05  4:09 msnyder
  2007-08-06 22:41 ` Jim Blandy
  0 siblings, 1 reply; 5+ messages in thread
From: msnyder @ 2007-08-05  4:09 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 25 bytes --]

noside is tested twice.


[-- Attachment #2: 12.txt --]
[-- Type: text/plain, Size: 697 bytes --]

2007-08-04  Michael Snyder  <msnyder@access-company.com>

	* 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 ----

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-08-14 16:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-05  4:09 [patch] jv-lang.c, dead code msnyder
2007-08-06 22:41 ` Jim Blandy
2007-08-08 18:48   ` msnyder
2007-08-13 23:13   ` msnyder
2007-08-14 16:53     ` Jim Blandy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox