summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PICurrent_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/PICurrent_Impl.h')
-rw-r--r--TAO/tao/PI/PICurrent_Impl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/PI/PICurrent_Impl.h b/TAO/tao/PI/PICurrent_Impl.h
index 7819fdda9cc..cad2844f78d 100644
--- a/TAO/tao/PI/PICurrent_Impl.h
+++ b/TAO/tao/PI/PICurrent_Impl.h
@@ -94,12 +94,8 @@ namespace TAO
*/
Table & current_slot_table ();
- /// Prevent copying through the copy constructor and the assignment
- /// operator.
- //@{
PICurrent_Impl (const PICurrent_Impl &) = delete;
void operator= (const PICurrent_Impl &) = delete;
- //@}
private:
/// Allow for stack of PICurrent_Impl as required.