From 3a89db39e981ea8b6805cdb1b621202fa623c7e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu>
Date: Tue, 5 Feb 2019 12:40:11 +0100
Subject: [PATCH] removed NodeBase::remove()

---
 src/node_base.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/node_base.h b/src/node_base.h
index 68b9960db..bedc86612 100644
--- a/src/node_base.h
+++ b/src/node_base.h
@@ -73,7 +73,6 @@ class NodeBase
 
         NodeBase(const std::string& _category, const std::string& _type = "Undefined", const std::string& _name = "");
         virtual ~NodeBase() = default;
-        virtual void remove(){};
 
         unsigned int nodeId()  const;
         std::string getCategory() const;
-- 
GitLab