diff options
Diffstat (limited to 'gcc/ada/libgnat/s-purexc.ads')
-rw-r--r-- | gcc/ada/libgnat/s-purexc.ads | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/libgnat/s-purexc.ads b/gcc/ada/libgnat/s-purexc.ads index 6346f4f..9284fc9 100644 --- a/gcc/ada/libgnat/s-purexc.ads +++ b/gcc/ada/libgnat/s-purexc.ads @@ -33,8 +33,6 @@ -- an exception message. It can be used from Pure units. This unit is for -- internal use only, it is not generally available to applications. -pragma Compiler_Unit_Warning; - package System.Pure_Exceptions is pragma Pure; |