aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat/s-conca2.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/libgnat/s-conca2.ads')
-rw-r--r--gcc/ada/libgnat/s-conca2.ads2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/libgnat/s-conca2.ads b/gcc/ada/libgnat/s-conca2.ads
index dc588eb..1dc53e5 100644
--- a/gcc/ada/libgnat/s-conca2.ads
+++ b/gcc/ada/libgnat/s-conca2.ads
@@ -32,8 +32,6 @@
-- This package contains a procedure for runtime concatenation of two string
-- operands. It is used when we want to save space in the generated code.
-pragma Compiler_Unit_Warning;
-
package System.Concat_2 is
procedure Str_Concat_2 (R : out String; S1, S2 : String);