From d818ecd3651db07d6ebd7d0a49f84925d18fe3b7 Mon Sep 17 00:00:00 2001 From: Niklas Eiling Date: Wed, 4 Jan 2023 17:17:08 +0100 Subject: [PATCH] node.hpp: remove unused struct Signed-off-by: Niklas Eiling --- fpga/include/villas/fpga/node.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fpga/include/villas/fpga/node.hpp b/fpga/include/villas/fpga/node.hpp index 8a3defed1..fe712e584 100644 --- a/fpga/include/villas/fpga/node.hpp +++ b/fpga/include/villas/fpga/node.hpp @@ -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);