diff options
Diffstat (limited to 'gcc/ada/libgnarl/s-tasini.adb')
-rw-r--r-- | gcc/ada/libgnarl/s-tasini.adb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/ada/libgnarl/s-tasini.adb b/gcc/ada/libgnarl/s-tasini.adb index cdcb0ba..2080ac2 100644 --- a/gcc/ada/libgnarl/s-tasini.adb +++ b/gcc/ada/libgnarl/s-tasini.adb @@ -33,11 +33,6 @@ pragma Style_Checks (All_Checks); -- Turn off subprogram alpha ordering check, since we group soft link bodies -- and dummy soft link bodies together separately in this unit. -pragma Polling (Off); --- Turn polling off for this package. We don't need polling during any of the --- routines in this package, and more to the point, if we try to poll it can --- cause infinite loops. - with System.Task_Primitives; with System.Task_Primitives.Operations; with System.Soft_Links; |