summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/OutputPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/OutputPort.h')
-rw-r--r--src/libs/engine/OutputPort.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libs/engine/OutputPort.h b/src/libs/engine/OutputPort.h
index bd3ae999..e38aa822 100644
--- a/src/libs/engine/OutputPort.h
+++ b/src/libs/engine/OutputPort.h
@@ -52,11 +52,6 @@ public:
bool is_input() const { return false; }
bool is_output() const { return true; }
-
-private:
- // Prevent copies (undefined)
- OutputPort(const OutputPort& copy);
- OutputPort<T>& operator=(const OutputPort<T>&);
};