diff --git a/hdl/rtl/vme64x_pack.vhd b/hdl/rtl/vme64x_pack.vhd index f475340462aa2f39cc08977f9a5957e26be332bd..e450af52833f5300f8e500a3b6c27edf1600c90e 100644 --- a/hdl/rtl/vme64x_pack.vhd +++ b/hdl/rtl/vme64x_pack.vhd @@ -220,7 +220,3 @@ package vme64x_pack is ); end component; end vme64x_pack; - -package body vme64x_pack is - -end vme64x_pack; diff --git a/hdl/rtl/xvme64x_core_pkg.vhd b/hdl/rtl/xvme64x_core_pkg.vhd index a0647773577b1eb20bcc259be6ef5d49eafa3d5d..94bab8d6d2fa33371d0d6ed6cfe2d1fa8093afad 100644 --- a/hdl/rtl/xvme64x_core_pkg.vhd +++ b/hdl/rtl/xvme64x_core_pkg.vhd @@ -167,7 +167,3 @@ package xvme64x_core_pkg is end component xvme64x_core; end xvme64x_core_pkg; - -package body xvme64x_core_pkg is - -end xvme64x_core_pkg;