summaryrefslogtreecommitdiffstats
path: root/mmss/node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mmss/node.hpp')
-rw-r--r--mmss/node.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/mmss/node.hpp b/mmss/node.hpp
index 1243c14..feb20c2 100644
--- a/mmss/node.hpp
+++ b/mmss/node.hpp
@@ -38,9 +38,6 @@ namespace MMSS {
class node_t : public ::gmrf, public std::enable_shared_from_this<node_t>, public nocopy_t {
private:
- node_t(node_t const&) = delete;
- node_t& operator=(node_t const&) = delete;
-
context_t *mmss;
std::string name;