aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;