From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2126) id 722133858421; Wed, 31 Aug 2022 17:14:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 722133858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661966070; bh=UPqT2vk6JAIeDywn3iew3JtlQPhASqKAwEwr6bimwOA=; h=From:To:Subject:Date:From; b=wDJ3/UZQ5RP4HmTKjq3DJfcwHpBXFdCrIeaFPAHeufUextCNxgHdv/B5MHL7rqm9E +x6MS6GVw8flVUAtNG3e1TL0snXK6hcJ4DO3pG1o2sA6QWnrROtnaec4cDo85SvDSq POyyD3Yh+iuUto65OKu2NCEdzENo5pvSTZ0YGf2s= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom Tromey To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Remove obsolete filtering comment X-Act-Checkin: binutils-gdb X-Git-Author: Tom Tromey X-Git-Refname: refs/heads/master X-Git-Oldrev: 8dc84baf2e0c52828d3aed0dc88a48866d07818b X-Git-Newrev: 334c30c253b8cf27833948386340f83340741a82 Message-Id: <20220831171430.722133858421@sourceware.org> Date: Wed, 31 Aug 2022 17:14:30 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D334c30c253b8= cf27833948386340f83340741a82 commit 334c30c253b8cf27833948386340f83340741a82 Author: Tom Tromey Date: Thu Aug 11 10:15:50 2022 -0600 Remove obsolete filtering comment =20 top.h has an obsolete comment about the use of _unfiltered. Diff: --- gdb/top.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gdb/top.h b/gdb/top.h index 9ea07262c39..3bd1108f06a 100644 --- a/gdb/top.h +++ b/gdb/top.h @@ -142,9 +142,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; =20 /* The current ui_out. */