aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
authorTruls Asheim <truls@asheim.dk>2018-05-29 21:52:49 +0200
committertgingold <tgingold@users.noreply.github.com>2018-05-30 08:04:16 +0200
commit2891b9661aa547095732cad759bc3805a238269e (patch)
tree6e538ee3c507ed65be43d8be21063ce5e9316fb8 /src/ghdldrv
parent5b728dca30c6d85692731d62f40052037131e5f1 (diff)
downloadghdl-2891b9661aa547095732cad759bc3805a238269e.tar.gz
ghdl-2891b9661aa547095732cad759bc3805a238269e.tar.bz2
ghdl-2891b9661aa547095732cad759bc3805a238269e.zip
Remove redundant use-clauses for gcc 8.1 compatibility
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/ghdlrun.adb3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ghdldrv/ghdlrun.adb b/src/ghdldrv/ghdlrun.adb
index 2af331f67..76c683ab2 100644
--- a/src/ghdldrv/ghdlrun.adb
+++ b/src/ghdldrv/ghdlrun.adb
@@ -231,9 +231,6 @@ package body Ghdlrun is
procedure Run
is
- use Interfaces;
- --use Ortho_Code.Binary;
-
function Conv is new Ada.Unchecked_Conversion
(Source => Address, Target => Elaborate_Acc);
Err : Boolean;