mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix cppcheck warnings
This commit is contained in:
parent
64b581c3aa
commit
4e36fa27c1
1 changed files with 1 additions and 2 deletions
|
@ -196,12 +196,11 @@ public:
|
|||
getProcessAddressSpaceMemoryBlock(const std::string &memoryBlock)
|
||||
{ return getOrCreateAddressSpace(getSlaveAddrSpaceName("process", memoryBlock)); }
|
||||
|
||||
|
||||
AddressSpaceId
|
||||
getOrCreateAddressSpace(std::string name);
|
||||
|
||||
void
|
||||
removeAddressSpace(AddressSpaceId addrSpaceId)
|
||||
removeAddressSpace(const AddressSpaceId &addrSpaceId)
|
||||
{ memoryGraph.removeVertex(addrSpaceId); }
|
||||
|
||||
/// Create a default mapping
|
||||
|
|
Loading…
Add table
Reference in a new issue