summaryrefslogtreecommitdiff
path: root/ACE/ace/Task_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Task_T.h')
-rw-r--r--ACE/ace/Task_T.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/Task_T.h b/ACE/ace/Task_T.h
index 69b235668e7..c8aafb5e050 100644
--- a/ACE/ace/Task_T.h
+++ b/ACE/ace/Task_T.h
@@ -168,7 +168,6 @@ public: // Should be protected:
ACE_ALLOC_HOOK_DECLARE;
private:
- // = Disallow these operations.
void operator= (const ACE_Task<ACE_SYNCH_USE, TIME_POLICY> &) = delete;
ACE_Task (const ACE_Task<ACE_SYNCH_USE, TIME_POLICY> &) = delete;
};