summaryrefslogtreecommitdiff
path: root/gcc/ada/s-taprop-irix-athread.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-taprop-irix-athread.adb')
-rw-r--r--gcc/ada/s-taprop-irix-athread.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ada/s-taprop-irix-athread.adb b/gcc/ada/s-taprop-irix-athread.adb
index 8c0f95503d8..31965743c52 100644
--- a/gcc/ada/s-taprop-irix-athread.adb
+++ b/gcc/ada/s-taprop-irix-athread.adb
@@ -127,7 +127,6 @@ package body System.Task_Primitives.Operations is
procedure Initialize_Athread_Library;
function To_Task_Id is new Unchecked_Conversion (System.Address, Task_Id);
-
function To_Address is new Unchecked_Conversion (Task_Id, System.Address);
-------------------
@@ -829,7 +828,6 @@ package body System.Task_Primitives.Operations is
function Check_Exit (Self_ID : ST.Task_Id) return Boolean is
pragma Unreferenced (Self_ID);
-
begin
return True;
end Check_Exit;