mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
removed void indicator
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
parent
80fa0429dd
commit
54796d11b2
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ std::list<std::shared_ptr<Core>> CoreFactory::make(Card *card,
|
|||
std::list<std::shared_ptr<Core>> configuredIps =
|
||||
configureIps(orderedIps, json_ips, card); // Successfully configured IPs
|
||||
|
||||
(void) initIps(configuredIps, card);
|
||||
initIps(configuredIps, card);
|
||||
|
||||
return card->ips;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue