From 68ecc1a85a0edea187857df69c78de452a664667 Mon Sep 17 00:00:00 2001 From: Niklas Eiling Date: Wed, 13 Nov 2024 14:50:44 +0000 Subject: [PATCH] fpga: remove duplicate ignore_ip_names Signed-off-by: Niklas Eiling --- fpga/include/villas/fpga/card.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/fpga/include/villas/fpga/card.hpp b/fpga/include/villas/fpga/card.hpp index 09ed0ecde..d327878b2 100644 --- a/fpga/include/villas/fpga/card.hpp +++ b/fpga/include/villas/fpga/card.hpp @@ -27,8 +27,6 @@ public: std::shared_ptr vfioContainer; std::shared_ptr vfioDevice; - std::list ignored_ip_names; - // Slave address space ID to access the PCIe address space from the // FPGA MemoryManager::AddressSpaceId addrSpaceIdDeviceToHost;