[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 e0a905701c24fe3983b66dd237c0ace2d8af339c..ca77c2a278fb5058195b67c5a35ba1ddeff6e622 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 1e90ffb976c907fe2d78629cbbff79d34b8e1144..44958b4a79bcbffb0b25020a506ddd3b2ae7d4d4 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