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:
parent
4785146a4c
commit
c6a2629dff
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue