summaryrefslogtreecommitdiff
path: root/gcc/ada/5vinmaop.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/5vinmaop.adb')
-rw-r--r--gcc/ada/5vinmaop.adb5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/5vinmaop.adb b/gcc/ada/5vinmaop.adb
index 0077a248161..c3fb9fe596b 100644
--- a/gcc/ada/5vinmaop.adb
+++ b/gcc/ada/5vinmaop.adb
@@ -7,9 +7,9 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.8 $ --
+-- $Revision$ --
-- --
--- Copyright (C) 1991-2000 Florida State University --
+-- Copyright (C) 1991-2001 Florida State University --
-- --
-- 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- --
@@ -57,7 +57,6 @@ package body System.Interrupt_Management.Operations is
use type unsigned_short;
function To_Address is new Unchecked_Conversion (Task_ID, System.Address);
- function To_Task_ID is new Unchecked_Conversion (System.Address, Task_ID);
package POP renames System.Task_Primitives.Operations;
----------------------------