ada: Remove gnatcheck reference
authorArnaud Charlet <charlet@adacore.com>
Thu, 27 Oct 2022 09:27:52 +0000 (09:27 +0000)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 14 Nov 2022 13:46:48 +0000 (14:46 +0100)
Since gnatcheck is no longer bundled with gnat

gcc/ada/

* doc/gnat_ugn/gnat_utility_programs.rst: Remove gnatcheck
reference.

gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst

index 92877a2..17d3e0d 100644 (file)
@@ -14,7 +14,6 @@ This chapter describes a number of utility programs:
 
   * :ref:`The_File_Cleanup_Utility_gnatclean`
   * :ref:`The_GNAT_Library_Browser_gnatls`
-  * :ref:`The_Coding_Standard_Verifier_gnatcheck`
   * :ref:`The_GNAT_Pretty_Printer_gnatpp`
   * :ref:`The_Body_Stub_Generator_gnatstub`
   * :ref:`The_Backtrace_Symbolizer_gnatsymbolize`
@@ -467,27 +466,6 @@ building specialized scripts.
 
 .. only:: PRO or GPL
 
-  .. _The_Coding_Standard_Verifier_gnatcheck:
-
-  The Coding Standard Verifier ``gnatcheck``
-  ==========================================
-
-  .. index:: ! gnatcheck
-  .. index:: ASIS
-
-  The ``gnatcheck`` tool is an ASIS-based utility that checks coding standard
-  compliance of Ada source files according to a given set of semantic rules.
-
-  ``gnatcheck`` is a project-aware tool
-  (see :ref:`Using_Project_Files_with_GNAT_Tools` for a description of
-  the project-related switches). The project file package that can specify
-  ``gnatcheck`` switches is named ``Check``.
-
-  For full details, plese refer to :title:`GNATcheck Reference Manual`.
-
-
-.. only:: PRO or GPL
-
    .. _The_GNAT_Pretty_Printer_gnatpp:
 
    The GNAT Pretty Printer ``gnatpp``