diff --git a/fpga/include/villas/fpga/ip_node.hpp b/fpga/include/villas/fpga/ip_node.hpp index 6dfe12011..37371b7ce 100644 --- a/fpga/include/villas/fpga/ip_node.hpp +++ b/fpga/include/villas/fpga/ip_node.hpp @@ -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& portMap, json_t* json); }; /** @} */