summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PICurrent.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/PICurrent.h')
-rw-r--r--TAO/tao/PI/PICurrent.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/PI/PICurrent.h b/TAO/tao/PI/PICurrent.h
index 78ae7d699ec..d832921457c 100644
--- a/TAO/tao/PI/PICurrent.h
+++ b/TAO/tao/PI/PICurrent.h
@@ -101,12 +101,8 @@ namespace TAO
virtual ~PICurrent () = default;
private:
- /// Prevent copying through the copy constructor and the assignment
- /// operator.
- //@{
PICurrent (const PICurrent &) = delete;
void operator= (const PICurrent &) = delete;
- //@}
private:
/// Reference to the orb core.