1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fpga: fix redundant return in getPollFD

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2024-06-05 17:43:54 +02:00 committed by Niklas Eiling
parent 480beeefbd
commit f84e0691f1

View file

@ -346,7 +346,6 @@ std::vector<int> FpgaNode::getPollFDs() {
} else {
return {};
}
return card->vfioDevice->getEventfdList();
}
int FpgaNodeFactory::start(SuperNode *sn) {