This is the mail archive of the gdb-patches@sources.redhat.com 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]

[patch] remove stray comment


Applied as obvious (and dorky).

Kris

ChangeLog

     * nto-tdep.c: Removed stray comment.

Index: nto-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/nto-tdep.c,v
retrieving revision 1.2
diff -c -r1.2 nto-tdep.c
*** nto-tdep.c  6 May 2003 16:47:47 -0000       1.2
--- nto-tdep.c  6 May 2003 17:11:00 -0000
***************
*** 311,323 ****
  void
  _initialize_nto_tdep (void)
  {
-       /*
-   add_show_from_set (add_set_cmd ("nto-debug", class_maintenance,
var_zinteger, (char *) &nto_internal_debugging, "Set QNX NTO internal
debugging.\n\
- When non-zero, nto specific debug info is\n\
- displayed. Different information is displayed\n\
- for different positive values.", &setdebuglist),
-                    &showdebuglist);
-                    */
    add_setshow_cmd ("nto-debug", class_maintenance, var_zinteger,
                  &nto_internal_debugging, "Set QNX NTO internal
debugging.\n\
  When non-zero, nto specific debug info is\n\
--- 311,316 ----


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