[committed] analyzer: update internal docs

Message ID 20221206183649.4095806-1-dmalcolm@redhat.com
State Committed
Commit 14b0d6c4bd973cb564ee56f759b0948693fe8434
Headers
Series [committed] analyzer: update internal docs |

Commit Message

David Malcolm Dec. 6, 2022, 6:36 p.m. UTC
  Successfully built on x86_64-pc-linux-gnu.
Pushed to trunk as r13-4518-g14b0d6c4bd973c.

gcc/ChangeLog:
	* doc/analyzer.texi: Drop out-of-date ideas for other checkers.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
---
 gcc/doc/analyzer.texi | 10 ----------
 1 file changed, 10 deletions(-)
  

Patch

diff --git a/gcc/doc/analyzer.texi b/gcc/doc/analyzer.texi
index d61b55cec5a..52f89b9d664 100644
--- a/gcc/doc/analyzer.texi
+++ b/gcc/doc/analyzer.texi
@@ -432,16 +432,6 @@  For example, SSA names are printed to the user in ``raw'' form, rather
 than printing the underlying variable name.
 @end itemize
 
-Some ideas for other checkers
-@itemize @bullet
-@item
-File-descriptor-based APIs
-@item
-Linux kernel internal APIs
-@item
-Signal handling
-@end itemize
-
 @node Debugging the Analyzer
 @section Debugging the Analyzer
 @cindex analyzer, debugging