From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x131.google.com (mail-il1-x131.google.com [IPv6:2607:f8b0:4864:20::131]) by sourceware.org (Postfix) with ESMTPS id EF9AF3858C2F for ; Sat, 13 Aug 2022 00:54:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EF9AF3858C2F Received: by mail-il1-x131.google.com with SMTP id z8so1318411ile.0 for ; Fri, 12 Aug 2022 17:54:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=oIWRn1/ZWZXjB+rN6LFr+FWbuB1B18WI2xwxG3M7ISk=; b=W3o2cyKNrl37+W3oFPKwsaYyAFpcOaXCMWYAHFsmkbg/urex69MunSXg4jwcBnB2rU Qco8Q0XgVn8cfeWf6kBBO3bvOPpbyinse5363h949x1S4Dbsid7ZWB/Ql4H4ACEwExYW 6nRJEWkGCRcCdkde6ONTQQvHjmhPpzvJPq58KIgPF+hCEJtlJZpLmKooem+DV0fKEsGf 1WUbqI/fNdiT4wwAsjkEdhLkWD8t2jshnVQSwglMsC6opufk/iTCO1JEnWEEJqWd6ZV+ fQ0AULFdZRor8sR2X9+yvCqExvguHIQGFvzGkpfdVLdJnyDE+fmiNfeEs712Z0I7ldaV rt0w== X-Gm-Message-State: ACgBeo3e1/y7xjYjGi4OT+fBN+a1Wi10EUxePywCrblsnOF1WXlZG1Ul sLkACK5eDLbRNCZTzyJoDgRnVnvinvqQaQ== X-Google-Smtp-Source: AA6agR71VpYNMX5N3pxSL6NEfWjifYyr836l+IugohGONYejA55vu4o0jySZJTU4+YgOBCdxpTDrtg== X-Received: by 2002:a92:4a09:0:b0:2de:38ed:2dd8 with SMTP id m9-20020a924a09000000b002de38ed2dd8mr3002603ilf.97.1660352088263; Fri, 12 Aug 2022 17:54:48 -0700 (PDT) Received: from murgatroyd.Home (71-211-185-228.hlrn.qwest.net. [71.211.185.228]) by smtp.gmail.com with ESMTPSA id p17-20020a056638217100b00343455007f7sm494366jak.110.2022.08.12.17.54.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Aug 2022 17:54:47 -0700 (PDT) From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [PATCH 05/14] Remove obsolete filtering comment Date: Fri, 12 Aug 2022 18:54:33 -0600 Message-Id: <20220813005442.4163512-6-tromey@adacore.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220813005442.4163512-1-tromey@adacore.com> References: <20220813005442.4163512-1-tromey@adacore.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Aug 2022 00:54:50 -0000 top.h has an obsolete comment about the use of _unfiltered. --- gdb/top.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gdb/top.h b/gdb/top.h index 5c1db84b2ce..cb3abb80d84 100644 --- a/gdb/top.h +++ b/gdb/top.h @@ -141,9 +141,7 @@ struct ui /* Serious error notifications */ struct ui_file *m_gdb_stderr; /* Log/debug/trace messages that should bypass normal stdout/stderr - filtering. For moment, always call this stream using - *_unfiltered. In the very near future that restriction shall be - removed - either call shall be unfiltered. (cagney 1999-06-13). */ + filtering. */ struct ui_file *m_gdb_stdlog; /* The current ui_out. */ -- 2.34.1