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:
parent
480beeefbd
commit
f84e0691f1
1 changed files with 0 additions and 1 deletions
|
@ -346,7 +346,6 @@ std::vector<int> FpgaNode::getPollFDs() {
|
|||
} else {
|
||||
return {};
|
||||
}
|
||||
return card->vfioDevice->getEventfdList();
|
||||
}
|
||||
|
||||
int FpgaNodeFactory::start(SuperNode *sn) {
|
||||
|
|
Loading…
Add table
Reference in a new issue