[Ada] Remove obsolete reference to gigi in comment

2020-06-04  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

	* checks.adb (Generate_Discriminant_Check): Remove obsolete
	comment.
This commit is contained in:
Eric Botcazou 2020-01-28 10:03:23 +01:00 committed by Pierre-Marie de Rodat
parent 4f31d6dbb8
commit a6b37ab0ac

View File

@ -6515,9 +6515,6 @@ package body Checks is
-- Generate_Discriminant_Check --
---------------------------------
-- Note: the code for this procedure is derived from the
-- Emit_Discriminant_Check Routine in trans.c.
procedure Generate_Discriminant_Check (N : Node_Id) is
Loc : constant Source_Ptr := Sloc (N);
Pref : constant Node_Id := Prefix (N);