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:
parent
a818bc0b64
commit
d818ecd365
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue