From 77f0f241a86a93d9781d8c1a8d71eec6d79d642e Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 13 Aug 2019 22:11:48 +0200 Subject: libghdlsynth: make it almost empty, as libghdl will be used instead. --- src/synth/libghdlsynth.adb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/synth/libghdlsynth.adb') 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; -- cgit v1.2.3