[Ada] Remove obsolete comments in Big_Numbers
authorArnaud Charlet <charlet@adacore.com>
Thu, 9 Apr 2020 07:33:20 +0000 (03:33 -0400)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 17 Jun 2020 08:14:07 +0000 (04:14 -0400)
2020-06-17  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

* libgnat/a-nbnbin.ads, libgnat/a-nbnbre.ads: Remove obsolete
comments.

gcc/ada/libgnat/a-nbnbin.ads
gcc/ada/libgnat/a-nbnbre.ads

index e0a9057..ca77c2a 100644 (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
index 1e90ffb..44958b4 100644 (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