From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6634 invoked by alias); 6 May 2003 17:13:12 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6583 invoked from network); 6 May 2003 17:13:12 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 6 May 2003 17:13:12 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3p2/8.9.3) with ESMTP id NAA21716 for ; Tue, 6 May 2003 13:10:29 -0400 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id NAA19389 for ; Tue, 6 May 2003 13:13:11 -0400 Message-ID: <0a7701c313f2$c9f6e480$0202040a@catdog> From: "Kris Warkentin" To: "Gdb-Patches@Sources.Redhat.Com" Subject: [patch] remove stray comment Date: Tue, 06 May 2003 17:13:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-05/txt/msg00081.txt.bz2 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 ----