From 4fca30104640a9262e6aa347a907859b7f83d7e1 Mon Sep 17 00:00:00 2001 From: Pascal Bauer Date: Thu, 24 Oct 2024 00:14:47 +0200 Subject: [PATCH] remove dead code --- fpga/include/villas/fpga/ips/zynq.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/fpga/include/villas/fpga/ips/zynq.hpp b/fpga/include/villas/fpga/ips/zynq.hpp index ffc691f40..98021e8ee 100644 --- a/fpga/include/villas/fpga/ips/zynq.hpp +++ b/fpga/include/villas/fpga/ips/zynq.hpp @@ -24,13 +24,6 @@ public: private: static constexpr char axiInterface[] = "M_AXI"; static constexpr char pcieMemory[] = "BAR0"; - - struct AxiBar { - uintptr_t base; - size_t size; - uintptr_t translation; - }; - }; class ZynqFactory : CoreFactory {