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

remove redundant and wrong comment

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2023-01-05 14:03:36 +01:00
parent 4785146a4c
commit c6a2629dff

View file

@ -226,7 +226,6 @@ bool PCIeCard::unmapMemoryBlock(const MemoryBlock &block)
auto &mm = MemoryManager::get();
// Unmap all memory blocks
auto translation = mm.getTranslation(addrSpaceIdDeviceToHost, block.getAddrSpaceId());
const uintptr_t iova = translation.getLocalAddr(0);