1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

node.hpp: remove unused struct

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2023-01-04 17:17:08 +01:00
parent a818bc0b64
commit d818ecd365

View file

@ -94,11 +94,6 @@ public:
friend class NodeFactory;
struct StreamPort {
int portNumber;
std::string nodeName;
};
const StreamVertex& getMasterPort(const std::string &name) const
{
return *portsMaster.at(name);