aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-08-13 22:11:48 +0200
committerTristan Gingold <tgingold@free.fr>2019-08-13 22:17:06 +0200
commit77f0f241a86a93d9781d8c1a8d71eec6d79d642e (patch)
tree66b6163569a484390d8dbae707e74689c27ebe14
parent94f3226f10546f68d556b6567c5b0736456e7948 (diff)
downloadghdl-77f0f241a86a93d9781d8c1a8d71eec6d79d642e.tar.gz
ghdl-77f0f241a86a93d9781d8c1a8d71eec6d79d642e.tar.bz2
ghdl-77f0f241a86a93d9781d8c1a8d71eec6d79d642e.zip
libghdlsynth: make it almost empty, as libghdl will be used instead.
-rw-r--r--src/synth/libghdlsynth.adb8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/synth/libghdlsynth.adb b/src/synth/libghdlsynth.adb
index 94fd62899..6eb4e8713 100644
--- a/src/synth/libghdlsynth.adb
+++ b/src/synth/libghdlsynth.adb
@@ -18,16 +18,8 @@
-- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
-- MA 02110-1301, USA.
-with Ghdlsynth;
-with Options; use Options;
-with Errorout.Console;
-
package body Libghdlsynth is
Gnat_Version : constant String := "unknown compiler version" & ASCII.NUL;
pragma Export (C, Gnat_Version, "__gnat_version");
-begin
- Ghdlsynth.Register_Commands;
- Options.Initialize;
- Errorout.Console.Install_Handler;
end Libghdlsynth;