1
0
Fork 0
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:
Daniel Krebs 2018-01-30 15:11:47 +01:00
parent 7582966e16
commit ec8e9a1cd1

View file

@ -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);
};
/** @} */