diff --git a/lib/nodes/fpga.cpp b/lib/nodes/fpga.cpp index ec5d90952..bac7e9e04 100644 --- a/lib/nodes/fpga.cpp +++ b/lib/nodes/fpga.cpp @@ -346,7 +346,6 @@ std::vector FpgaNode::getPollFDs() { } else { return {}; } - return card->vfioDevice->getEventfdList(); } int FpgaNodeFactory::start(SuperNode *sn) {