aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-processes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-06-04 03:57:42 +0200
committerTristan Gingold <tgingold@free.fr>2020-06-04 13:39:08 +0200
commit2223b28208687b1c6e969907365b2dbb34d6677d (patch)
treea95aabf96c27284acf10451fca5d9cd45ddc14a9 /src/grt/grt-processes.ads
parentf32435e68c434138e84af286ec8206ebd42c238d (diff)
downloadghdl-2223b28208687b1c6e969907365b2dbb34d6677d.tar.gz
ghdl-2223b28208687b1c6e969907365b2dbb34d6677d.tar.bz2
ghdl-2223b28208687b1c6e969907365b2dbb34d6677d.zip
grt: do not export disp_process_name.
Diffstat (limited to 'src/grt/grt-processes.ads')
-rw-r--r--src/grt/grt-processes.ads3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/grt/grt-processes.ads b/src/grt/grt-processes.ads
index de470f1f7..02e078ee4 100644
--- a/src/grt/grt-processes.ads
+++ b/src/grt/grt-processes.ads
@@ -29,7 +29,6 @@ with Grt.Types; use Grt.Types;
with Grt.Signals; use Grt.Signals;
with Grt.Rtis; use Grt.Rtis;
with Grt.Rtis_Addr;
-with Grt.Stdio;
package Grt.Processes is
pragma Suppress (All_Checks);
@@ -88,8 +87,6 @@ package Grt.Processes is
-- Total number of resumed processes.
function Get_Nbr_Resumed_Processes return Long_Long_Integer;
- -- Disp the name of process PROC.
- procedure Disp_Process_Name (Stream : Grt.Stdio.FILEs; Proc : Process_Acc);
-- Instance is the parameter of the process procedure.
-- This is in fact a fully opaque type whose content is private to the