From c0ffda5f82fd470270a9a65c5f3f003711722dbb Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Tue, 30 Sep 2014 07:21:25 +0000
Subject: [PATCH] Remove unused STD_LOGIC_UNSIGNED package.

---
 libraries/technology/transceiver/tech_transceiver_gx.vhd | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libraries/technology/transceiver/tech_transceiver_gx.vhd b/libraries/technology/transceiver/tech_transceiver_gx.vhd
index c4c21fb5cb..f7bcf5630d 100644
--- a/libraries/technology/transceiver/tech_transceiver_gx.vhd
+++ b/libraries/technology/transceiver/tech_transceiver_gx.vhd
@@ -22,7 +22,6 @@
 
 LIBRARY IEEE, technology_lib, common_lib, dp_lib;
 USE IEEE.STD_LOGIC_1164.ALL;
-USE IEEE.STD_LOGIC_UNSIGNED.ALL;
 USE work.tech_transceiver_component_pkg.ALL;
 USE technology_lib.technology_pkg.ALL;
 USE technology_lib.technology_select_pkg.ALL;
-- 
GitLab