aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat/s-exnlli.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/libgnat/s-exnlli.ads')
-rw-r--r--gcc/ada/libgnat/s-exnlli.ads11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/ada/libgnat/s-exnlli.ads b/gcc/ada/libgnat/s-exnlli.ads
index ba67b76..63c4b88 100644
--- a/gcc/ada/libgnat/s-exnlli.ads
+++ b/gcc/ada/libgnat/s-exnlli.ads
@@ -31,17 +31,6 @@
-- This package implements Long_Long_Integer exponentiation (checks off)
--- Preconditions, postconditions, ghost code, loop invariants and assertions
--- in this unit are meant for analysis only, not for run-time checking, as it
--- would be too costly otherwise. This is enforced by setting the assertion
--- policy to Ignore.
-
-pragma Assertion_Policy (Pre => Ignore,
- Post => Ignore,
- Ghost => Ignore,
- Loop_Invariant => Ignore,
- Assert => Ignore);
-
with System.Exponn;
package System.Exn_LLI