From: Arnaud Charlet Date: Thu, 9 Apr 2020 07:33:20 +0000 (-0400) Subject: [Ada] Remove obsolete comments in Big_Numbers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ead6a05ac937063483ab73a5b63c98bcd5e3f98;p=gcc.git [Ada] Remove obsolete comments in Big_Numbers 2020-06-17 Arnaud Charlet gcc/ada/ * libgnat/a-nbnbin.ads, libgnat/a-nbnbre.ads: Remove obsolete comments. --- diff --git a/gcc/ada/libgnat/a-nbnbin.ads b/gcc/ada/libgnat/a-nbnbin.ads index e0a905701c2..ca77c2a278f 100644 --- a/gcc/ada/libgnat/a-nbnbin.ads +++ b/gcc/ada/libgnat/a-nbnbin.ads @@ -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 diff --git a/gcc/ada/libgnat/a-nbnbre.ads b/gcc/ada/libgnat/a-nbnbre.ads index 1e90ffb976c..44958b4a79b 100644 --- a/gcc/ada/libgnat/a-nbnbre.ads +++ b/gcc/ada/libgnat/a-nbnbre.ads @@ -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