From: Joel Brobecker <brobecker@adacore.com>
To: gdb-patches@sourceware.org
Subject: [commit] Remove reference to WRONG_PARAM in mi-cmd-var.c
Date: Tue, 27 Feb 2007 23:45:00 -0000 [thread overview]
Message-ID: <20070227234533.GC13159@adacore.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 326 bytes --]
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 <brobecker@adacore.com>
* 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
[-- Attachment #2: build.diff --]
[-- Type: text/plain, Size: 554 bytes --]
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:
next reply other threads:[~2007-02-27 23:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-27 23:45 Joel Brobecker [this message]
2007-02-27 23:57 ` Nick Roberts
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070227234533.GC13159@adacore.com \
--to=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox