* [commit] Remove reference to WRONG_PARAM in mi-cmd-var.c
@ 2007-02-27 23:45 Joel Brobecker
2007-02-27 23:57 ` Nick Roberts
0 siblings, 1 reply; 2+ messages in thread
From: Joel Brobecker @ 2007-02-27 23:45 UTC (permalink / raw)
To: gdb-patches
[-- 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:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-02-27 23:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-27 23:45 [commit] Remove reference to WRONG_PARAM in mi-cmd-var.c Joel Brobecker
2007-02-27 23:57 ` Nick Roberts
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox