diff options
author | Tristan Gingold | 2015-01-12 19:03:12 +0100 |
---|---|---|
committer | Tristan Gingold | 2015-01-12 19:03:12 +0100 |
commit | f6227b6be67383fd0e6d8fd6c273509515ac3bc0 (patch) | |
tree | b0365ad6cd2d961d46df6749c88208be79011083 /src/grt/grt-types.ads | |
parent | 9e5342c2299a14c39d04974d6a7a098fd01173fe (diff) | |
download | ghdl-f6227b6be67383fd0e6d8fd6c273509515ac3bc0.tar.gz ghdl-f6227b6be67383fd0e6d8fd6c273509515ac3bc0.tar.bz2 ghdl-f6227b6be67383fd0e6d8fd6c273509515ac3bc0.zip |
sem: fix Can_Collapse_Signals regression.
Diffstat (limited to 'src/grt/grt-types.ads')
-rw-r--r-- | src/grt/grt-types.ads | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/grt/grt-types.ads b/src/grt/grt-types.ads index fed8225..c0b3c3b 100644 --- a/src/grt/grt-types.ads +++ b/src/grt/grt-types.ads @@ -301,10 +301,6 @@ package Grt.Types is subtype Mode_Signal_Forward is Mode_Signal_Type range Mode_Stable .. Mode_Delayed; - -- Kind of a signal. - type Kind_Signal_Type is - (Kind_Signal_No, Kind_Signal_Register, Kind_Signal_Bus); - -- Note: we could use system.storage_elements, but unfortunatly, -- this doesn't work with pragma no_run_time (gnat 3.15p). type Integer_Address is mod Memory_Size; |