From e79ee30587a23679cad60cdfdd5b8116ebe9b7c9 Mon Sep 17 00:00:00 2001 From: Pascal Bauer Date: Thu, 24 Oct 2024 00:11:20 +0200 Subject: [PATCH] remove dead code --- fpga/include/villas/fpga/ips/zynq.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fpga/include/villas/fpga/ips/zynq.hpp b/fpga/include/villas/fpga/ips/zynq.hpp index c79226a0c..ffc691f40 100644 --- a/fpga/include/villas/fpga/ips/zynq.hpp +++ b/fpga/include/villas/fpga/ips/zynq.hpp @@ -31,12 +31,6 @@ private: uintptr_t translation; }; - struct PciBar { - uintptr_t translation; - }; - - std::map axiToPcieTranslations; - std::map pcieToAxiTranslations; }; class ZynqFactory : CoreFactory {