diff options
author | Tom Tromey <tromey@adacore.com> | 2022-05-19 08:38:21 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2022-05-20 10:07:38 -0600 |
commit | 61cf5823fd01601391ee5db12645cfd032d65542 (patch) | |
tree | 9d1928efb270cb25283a76916118404abd76cca6 /gdb/doc | |
parent | 94585d6d4495a001dd5023f728150c96d5740ba8 (diff) | |
download | gdb-61cf5823fd01601391ee5db12645cfd032d65542.zip gdb-61cf5823fd01601391ee5db12645cfd032d65542.tar.gz gdb-61cf5823fd01601391ee5db12645cfd032d65542.tar.bz2 |
Remove obsolete text from documentation
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.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 90c307a..e5c1ee3 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -33500,9 +33500,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 |