From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11695 invoked by alias); 27 Feb 2007 23:45:40 -0000 Received: (qmail 11687 invoked by uid 22791); 27 Feb 2007 23:45:40 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 27 Feb 2007 23:45:30 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id C19BE48D14F for ; Tue, 27 Feb 2007 18:45:28 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13375-01-9 for ; Tue, 27 Feb 2007 18:45:28 -0500 (EST) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 7913D48D0F2 for ; Tue, 27 Feb 2007 18:45:28 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 1000) id 7844AE7972; Tue, 27 Feb 2007 15:45:33 -0800 (PST) Date: Tue, 27 Feb 2007 23:45:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit] Remove reference to WRONG_PARAM in mi-cmd-var.c Message-ID: <20070227234533.GC13159@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="/WwmFnJnmDyWGHa4" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i 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-02/txt/msg00362.txt.bz2 --/WwmFnJnmDyWGHa4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 326 This enum has been removed recently. I guess this change was supposed to be checked in at the same time... 2007-02-28 Joel Brobecker * mi/mi-cmd-var.c (varobj_update_one): Remove reference to unused WRONG_PARAM value since it was recently deleted. Checked in as obvious. -- Joel --/WwmFnJnmDyWGHa4 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="build.diff" Content-length: 554 Index: mi/mi-cmd-var.c =================================================================== RCS file: /cvs/src/src/gdb/mi/mi-cmd-var.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -r1.30 -r1.31 --- mi/mi-cmd-var.c 13 Feb 2007 08:15:49 -0000 1.30 +++ mi/mi-cmd-var.c 27 Feb 2007 23:42:33 -0000 1.31 @@ -562,7 +562,6 @@ varobj_update_one (struct varobj *var, e switch (nc) { case NOT_IN_SCOPE: - case WRONG_PARAM: ui_out_field_string (uiout, "in_scope", "false"); break; case INVALID: --/WwmFnJnmDyWGHa4--