mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
lib/ip-node: remove dangling function prototype
This commit is contained in:
parent
7582966e16
commit
ec8e9a1cd1
1 changed files with 0 additions and 3 deletions
|
@ -73,9 +73,6 @@ public:
|
|||
IpNodeFactory(std::string name) : IpCoreFactory("Ip Node - " + name) {}
|
||||
|
||||
virtual bool configureJson(IpCore& ip, json_t *json_ip);
|
||||
|
||||
private:
|
||||
bool populatePorts(std::map<int, IpNode::StreamPort>& portMap, json_t* json);
|
||||
};
|
||||
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Reference in a new issue