From 275a8f09762f612d41654e22af4f075cd13fd941 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 17 May 2020 08:58:21 +0200 Subject: synth-ieee-std-logic_1164: remove unused std_logic_vector declaration. --- src/synth/synth-ieee-std_logic_1164.ads | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/synth/synth-ieee-std_logic_1164.ads b/src/synth/synth-ieee-std_logic_1164.ads index fc82c94b8..59493fa74 100644 --- a/src/synth/synth-ieee-std_logic_1164.ads +++ b/src/synth/synth-ieee-std_logic_1164.ads @@ -43,10 +43,6 @@ package Synth.Ieee.Std_Logic_1164 is function Read_Std_Logic (M : Memory_Ptr; Off : Uns32) return Std_Ulogic; procedure Write_Std_Logic (M : Memory_Ptr; Off : Uns32; Val : Std_Ulogic); - -- Vector of logic state. - -- First index is the leftest. - type Std_Logic_Vector is array (Natural range <>) of Std_Ulogic; - type Table_1d is array (Std_Ulogic) of Std_Ulogic; type Table_2d is array (Std_Ulogic, Std_Ulogic) of Std_Ulogic; -- cgit v1.2.3