aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-types.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-01-12 19:03:12 +0100
committerTristan Gingold <tgingold@free.fr>2015-01-12 19:03:12 +0100
commitf6227b6be67383fd0e6d8fd6c273509515ac3bc0 (patch)
treeb0365ad6cd2d961d46df6749c88208be79011083 /src/grt/grt-types.ads
parent9e5342c2299a14c39d04974d6a7a098fd01173fe (diff)
downloadghdl-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.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/grt/grt-types.ads b/src/grt/grt-types.ads
index fed822554..c0b3c3be0 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;