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/disp_vhdl.adb | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vhdl/disp_vhdl.adb') diff --git a/src/vhdl/disp_vhdl.adb b/src/vhdl/disp_vhdl.adb index f239eff1a..b82abe602 100644 --- a/src/vhdl/disp_vhdl.adb +++ b/src/vhdl/disp_vhdl.adb @@ -3157,7 +3157,6 @@ package body Disp_Vhdl is procedure Disp_PSL_NFA (N : PSL.Nodes.NFA) is use PSL.NFAs; - use PSL.Nodes; procedure Disp_State (S : NFA_State) is Str : constant String := Int32'Image (Get_State_Label (S)); -- cgit v1.2.3