diff options
Diffstat (limited to 'gcc/ada/s-interr-vxworks.adb')
-rw-r--r-- | gcc/ada/s-interr-vxworks.adb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/ada/s-interr-vxworks.adb b/gcc/ada/s-interr-vxworks.adb index e673d0167e2..3c89ea338fd 100644 --- a/gcc/ada/s-interr-vxworks.adb +++ b/gcc/ada/s-interr-vxworks.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2006, Free Software Foundation, Inc. -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -93,13 +93,6 @@ with System.Storage_Elements; -- To_Integer -- Integer_Address -with System.Tasking; --- used for Task_Id --- Task_Entry_Index --- Null_Task --- Self --- Interrupt_Manager_ID - with System.Tasking.Utilities; -- used for Make_Independent |