[Ada] Remove obsolete comments in Big_Numbers

2020-06-17  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

	* libgnat/a-nbnbin.ads, libgnat/a-nbnbre.ads: Remove obsolete
	comments.
This commit is contained in:
Arnaud Charlet 2020-04-09 03:33:20 -04:00 committed by Pierre-Marie de Rodat
parent bbab2db3a6
commit 2ead6a05ac
2 changed files with 0 additions and 6 deletions

View file

@ -20,9 +20,6 @@ with Ada.Strings.Text_Output; use Ada.Strings.Text_Output;
private with Ada.Finalization;
private with System;
-- Note that some Ada 2020 aspects are commented out since they are not
-- supported yet.
package Ada.Numerics.Big_Numbers.Big_Integers
with Preelaborate
is

View file

@ -19,9 +19,6 @@ with Ada.Numerics.Big_Numbers.Big_Integers;
with Ada.Strings.Text_Output; use Ada.Strings.Text_Output;
-- Note that some Ada 2020 aspects are commented out since they are not
-- supported yet.
package Ada.Numerics.Big_Numbers.Big_Reals
with Preelaborate
is