This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Remove obsolete comment in mi/mi-main.c


Makes no sense anymore (and it must be a long time ago if it ever did).

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* mi/mi-main.c: Remove obsolete comment.

Index: mi/mi-main.c
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-main.c,v
retrieving revision 1.89
diff -u -p -r1.89 mi-main.c
--- mi/mi-main.c 9 Jan 2007 17:59:08 -0000 1.89
+++ mi/mi-main.c 13 Jan 2007 22:34:55 -0000
@@ -41,7 +41,7 @@
 #include "event-loop.h"
 #include "event-top.h"
 #include "gdbcore.h"		/* for write_memory() */
-#include "value.h"		/* for deprecated_write_register_bytes() */
+#include "value.h"
 #include "regcache.h"
 #include "gdb.h"
 #include "frame.h"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]