From 252a9169efef06b03061b58743be41e233a80ddb Mon Sep 17 00:00:00 2001 From: Vicente Bergas Date: Thu, 3 May 2018 19:28:49 +0200 Subject: Fix warning: use clause for package has no effect With gcc 8.1 the following message appears: warning: use clause for package "*" has no effect gnatmake: "*.adb" compilation error This patch fixes it. --- src/vhdl/translate/trans-chap9.adb | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/vhdl/translate/trans-chap9.adb') diff --git a/src/vhdl/translate/trans-chap9.adb b/src/vhdl/translate/trans-chap9.adb index 35585d315..b1001a4ed 100644 --- a/src/vhdl/translate/trans-chap9.adb +++ b/src/vhdl/translate/trans-chap9.adb @@ -326,9 +326,6 @@ package body Trans.Chap9 is procedure Translate_Psl_Directive_Declarations (Stmt : Iir) is - use PSL.Nodes; - use PSL.NFAs; - Mark : Id_Mark_Type; Info : Ortho_Info_Acc; begin -- cgit v1.2.3