[Ada] System.Storage_Elements: cleanup comment
authorPatrick Bernardi <bernardi@adacore.com>
Wed, 16 Dec 2020 01:44:57 +0000 (20:44 -0500)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 29 Apr 2021 08:00:46 +0000 (04:00 -0400)
gcc/ada/

* libgnat/s-stoele.ads (Storage_Offset): Cleanup comment.

gcc/ada/libgnat/s-stoele.ads

index 4abac8e..5369ba4 100644 (file)
@@ -56,8 +56,7 @@ package System.Storage_Elements is
      +(2 ** (Integer'(Standard'Address_Size) - 1)) - Long_Long_Integer'(1);
    --  Note: the reason for the Long_Long_Integer qualification here is to
    --  avoid a bogus ambiguity when this unit is analyzed in an rtsfind
-   --  context. It may be possible to remove this in the future, but it is
-   --  certainly harmless in any case ???
+   --  context.
 
    subtype Storage_Count is Storage_Offset range 0 .. Storage_Offset'Last;