diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-29 12:02:56 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-29 12:02:56 +0200 |
commit | c395d7ba1c0982ffd34dcb76fb7bdb65760a9a6e (patch) | |
tree | 9674492a81ac9895659c6e07396687e6d0ae5991 | |
parent | 4d71e55689449b49b6732e26a34469188564f8b4 (diff) | |
download | ghdl-c395d7ba1c0982ffd34dcb76fb7bdb65760a9a6e.tar.gz ghdl-c395d7ba1c0982ffd34dcb76fb7bdb65760a9a6e.tar.bz2 ghdl-c395d7ba1c0982ffd34dcb76fb7bdb65760a9a6e.zip |
ghdlcomp: fix warnings.
-rw-r--r-- | src/ghdldrv/ghdlcomp.adb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ghdldrv/ghdlcomp.adb b/src/ghdldrv/ghdlcomp.adb index b2e9cb51f..9d6048cbf 100644 --- a/src/ghdldrv/ghdlcomp.adb +++ b/src/ghdldrv/ghdlcomp.adb @@ -315,10 +315,7 @@ package body Ghdlcomp is procedure Common_Compile_Elab (Cmd_Name : String; Args : Argument_List; Opt_Arg : out Natural; - Config : out Iir) - is - use Types; - use Vhdl.Configuration; + Config : out Iir) is begin Extract_Elab_Unit (Cmd_Name, Args, Opt_Arg); if Sec_Name = null then |