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 {