aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-unithread.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-unithread.adb')
-rw-r--r--src/grt/grt-unithread.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/grt/grt-unithread.adb b/src/grt/grt-unithread.adb
index 7e135339b..8b55c683c 100644
--- a/src/grt/grt-unithread.adb
+++ b/src/grt/grt-unithread.adb
@@ -69,7 +69,6 @@ package body Grt.Unithread is
return Current_Process;
end Grt_Get_Current_Process;
-
procedure Set_Current_Process (Proc : Process_Acc) is
begin
Current_Process := Proc;