From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11274 invoked by alias); 5 Aug 2007 04:09:20 -0000 Received: (qmail 11241 invoked by uid 22791); 5 Aug 2007 04:09:20 -0000 X-Spam-Check-By: sourceware.org Received: from a.mail.sonic.net (HELO a.mail.sonic.net) (64.142.16.245) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 05 Aug 2007 04:09:18 +0000 Received: from webmail.sonic.net (b.webmail.sonic.net [64.142.100.148]) by a.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id l7549G7r006195 for ; Sat, 4 Aug 2007 21:09:16 -0700 Received: from 12.7.175.2 (SquirrelMail authenticated user msnyder) by webmail.sonic.net with HTTP; Sat, 4 Aug 2007 21:09:16 -0700 (PDT) Message-ID: <21135.12.7.175.2.1186286956.squirrel@webmail.sonic.net> Date: Sun, 05 Aug 2007 04:09:00 -0000 Subject: [patch] jv-lang.c, dead code From: msnyder@sonic.net To: gdb-patches@sourceware.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20070804210916_57716" Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00101.txt.bz2 ------=_20070804210916_57716 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-length: 25 noside is tested twice. ------=_20070804210916_57716 Content-Type: text/plain; name="12.txt" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="12.txt" Content-length: 697 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 ---- ------=_20070804210916_57716--