[COMMITTED] ada: Remove gnatcheck reference

Message ID 20221114135136.52466-1-poulhies@adacore.com
State Committed
Commit c9d317bcd676256a4d982fa335f15a9fc7e39ade
Headers
Series [COMMITTED] ada: Remove gnatcheck reference |

Commit Message

Marc Poulhiès Nov. 14, 2022, 1:51 p.m. UTC
  From: Arnaud Charlet <charlet@adacore.com>

Since gnatcheck is no longer bundled with gnat

gcc/ada/

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

Tested on x86_64-pc-linux-gnu, committed on master.

---
 .../doc/gnat_ugn/gnat_utility_programs.rst    | 22 -------------------
 1 file changed, 22 deletions(-)
  

Patch

diff --git a/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst b/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
index 92877a2d172..17d3e0d0cca 100644
--- a/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
+++ b/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
@@ -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`
@@ -465,27 +464,6 @@  building specialized scripts.
       /home/comar/local/adainclude/unchconv.ads
 
 
-.. 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: