summaryrefslogtreecommitdiff
path: root/translate/grt/grt-types.ads
diff options
context:
space:
mode:
authorgingold2009-09-23 01:27:43 +0000
committergingold2009-09-23 01:27:43 +0000
commit96f253a7da077fa1b39f7531ab7ea446ad5f10ec (patch)
treef8384ef94da436a9de65baa41589e2d1910ca1ac /translate/grt/grt-types.ads
parent998b7c816c7a675eeefde03d4a05b2b8614207ed (diff)
downloadghdl-96f253a7da077fa1b39f7531ab7ea446ad5f10ec.tar.gz
ghdl-96f253a7da077fa1b39f7531ab7ea446ad5f10ec.tar.bz2
ghdl-96f253a7da077fa1b39f7531ab7ea446ad5f10ec.zip
Improve handling of non-sensitized processes.
Diffstat (limited to 'translate/grt/grt-types.ads')
-rw-r--r--translate/grt/grt-types.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/translate/grt/grt-types.ads b/translate/grt/grt-types.ads
index 6fd0bb6..a132c6a 100644
--- a/translate/grt/grt-types.ads
+++ b/translate/grt/grt-types.ads
@@ -139,10 +139,6 @@ package Grt.Types is
end record;
type Ghdl_Location_Ptr is access Ghdl_Location;
- -- Identifier for a process.
- type Process_Id is new Integer;
- Nul_Process_Id : constant Process_Id := 0;
-
-- Signal index.
type Sig_Table_Index is new Integer;