diff options
Diffstat (limited to 'src/server/DuplexPort.cpp')
-rw-r--r-- | src/server/DuplexPort.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/DuplexPort.cpp b/src/server/DuplexPort.cpp index fe958e58..20f8f1b7 100644 --- a/src/server/DuplexPort.cpp +++ b/src/server/DuplexPort.cpp @@ -122,7 +122,6 @@ DuplexPort::max_tail_poly(Context& context) const return parent_graph()->internal_poly_process(); } -/** Prepare for the execution of parent graph */ void DuplexPort::pre_process(Context& context) { @@ -141,7 +140,6 @@ DuplexPort::pre_process(Context& context) } } -/** Finalize after the execution of parent graph (deliver outputs) */ void DuplexPort::post_process(Context& context) { |