From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd31.google.com (mail-io1-xd31.google.com [IPv6:2607:f8b0:4864:20::d31]) by sourceware.org (Postfix) with ESMTPS id 864B83888C53 for ; Thu, 19 May 2022 14:45:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 864B83888C53 Received: by mail-io1-xd31.google.com with SMTP id s23so5954629iog.13 for ; Thu, 19 May 2022 07:45:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=tL9Dg51iXBcqS5Ps/OGZ5JumZpb9puuqIZLpePxUkU8=; b=2O8nb3BzLyY9/zQTv1kcQtVo+VsKSXTMHhhQ4BTePQ1GX/F5NeDLXhRdlcFMAegCIT D7E/rng98X8BkbRzt1L9WYOplXlXZJBKWT351k0l6VaWcv4Fhp0tqZ00wRuHkC5ReXzp 0sKYKNsBUTWtyVAf0XCEe8wCzgNnSaZnoAQSIJsi2XsZ3xcswWPNaQPKCZ8YrbSGWntY sFCgKNMTjcEG3GtcJ4PtvkNqQBY2On+oGjKtfTyi5DYqkJZe0O7w50Erd8RhY+yQ7bw5 mUKWDbN2mYAcZENWNZxy2jpwLA9STyvEgwsgKuomgwXghVMLm5i1/EqlFg+422hUJFCy 1kuA== X-Gm-Message-State: AOAM5329Iz4p0TFwXcmnkeAWFDLgmKbbYDXf7zyzTzeeAYbkZSqdVgJq 77Psr90pqifH37bKDeaTYnyU8357ON+26Q== X-Google-Smtp-Source: ABdhPJyi2UgfSFjPeQobC+9IU6t0HtsFgvO8hPpyW8owkJ6/McCU1f+JmWCby/KB6Efux5/9UOWw/Q== X-Received: by 2002:a6b:3f05:0:b0:65a:431a:30cf with SMTP id m5-20020a6b3f05000000b0065a431a30cfmr2658160ioa.117.1652971525783; Thu, 19 May 2022 07:45:25 -0700 (PDT) Received: from murgatroyd.Home (71-211-158-194.hlrn.qwest.net. [71.211.158.194]) by smtp.gmail.com with ESMTPSA id u15-20020a92600f000000b002cde6e352d3sm1325366ilb.29.2022.05.19.07.45.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 May 2022 07:45:25 -0700 (PDT) From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [PATCH] Remove obsolete text from documentation Date: Thu, 19 May 2022 08:45:23 -0600 Message-Id: <20220519144523.2365621-1-tromey@adacore.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.6 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: Thu, 19 May 2022 14:45:28 -0000 The documentation says that -enable-pretty-printing is experimental in 7.0 and may change -- that's long enough ago that I think we can say that this text is no longer correct or useful. --- gdb/doc/gdb.texinfo | 3 --- 1 file changed, 3 deletions(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 8cf97866ccc..b15c8df8c8d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -33492,9 +33492,6 @@ Once enabled, this feature cannot be disabled. Note that if Python support has not been compiled into @value{GDBN}, this command will still succeed (and do nothing). -This feature is currently (as of @value{GDBN} 7.0) experimental, and -may work differently in future versions of @value{GDBN}. - @subheading The @code{-var-create} Command @findex -var-create -- 2.34.1