remove unneeded type definition
Stefan Schuermans

Stefan Schuermans commited on 2012-03-10 11:16:40
Showing 1 changed files, with 0 additions and 2 deletions.

... ...
@@ -19,8 +19,6 @@ ARCHITECTURE a_io_eth_txif OF e_io_eth_txif IS
19 19
 
20 20
     TYPE t_out_state IS (out_idle, out_data_l, out_data_h);
21 21
 
22
-    TYPE t_in_state IS (in_idle, in_wait);
23
-
24 22
     SIGNAL r_out_state: t_out_state                  := out_idle;
25 23
     SIGNAL n_out_state: t_out_state;
26 24
     SIGNAL r_out_data:  std_logic_vector(7 DOWNTO 0) := X"00";
27 25