aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/mcode/ortho_code-decls.adb
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/ortho/mcode/ortho_code-decls.adb
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/ortho/mcode/ortho_code-decls.adb')
-rw-r--r--src/ortho/mcode/ortho_code-decls.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ortho/mcode/ortho_code-decls.adb b/src/ortho/mcode/ortho_code-decls.adb
index a3a5e5eb0..017b0b1f1 100644
--- a/src/ortho/mcode/ortho_code-decls.adb
+++ b/src/ortho/mcode/ortho_code-decls.adb
@@ -637,7 +637,6 @@ package body Ortho_Code.Decls is
procedure Disp_Decl (Indent : Natural; Decl : O_Dnode)
is
use Ada.Text_IO;
- use Ortho_Ident;
use Ortho_Code.Debug.Int32_IO;
procedure Disp_Decl_Type (Decl : O_Dnode)