diff options
author | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2005-12-18 14:46:45 +0000 |
---|---|---|
committer | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2005-12-18 14:46:45 +0000 |
commit | cb45d7c240f4aabbd1dd716dd8bf7ab5b2107ff2 (patch) | |
tree | a5162922d12f8508b931c31014370056c35682b3 /translate/grt/grt-main.ads | |
parent | 4ed054ad8c1877c1bd620014cfe8a36979c5aa54 (diff) | |
download | ghdl-cb45d7c240f4aabbd1dd716dd8bf7ab5b2107ff2.tar.gz ghdl-cb45d7c240f4aabbd1dd716dd8bf7ab5b2107ff2.tar.bz2 ghdl-cb45d7c240f4aabbd1dd716dd8bf7ab5b2107ff2.zip |
ghdl 0.21 is out
Diffstat (limited to 'translate/grt/grt-main.ads')
-rw-r--r-- | translate/grt/grt-main.ads | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/translate/grt/grt-main.ads b/translate/grt/grt-main.ads index c62fe0067..15c669e8f 100644 --- a/translate/grt/grt-main.ads +++ b/translate/grt/grt-main.ads @@ -17,11 +17,6 @@ -- 02111-1307, USA. package Grt.Main is - -- Register modules. - -- This is automatically called by RUN. - -- Do not call this procedure. - procedure Register_Modules; - -- Elaborate and simulate the design. procedure Run; end Grt.Main; |