summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pluggable.cpp')
-rw-r--r--TAO/tao/Pluggable.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Pluggable.cpp b/TAO/tao/Pluggable.cpp
index 36b84e84057..a4fe66973b7 100644
--- a/TAO/tao/Pluggable.cpp
+++ b/TAO/tao/Pluggable.cpp
@@ -209,8 +209,7 @@ TAO_Connector::make_mprofile (const char *string,
// Acceptor
TAO_Acceptor::TAO_Acceptor (CORBA::ULong tag)
- : priority_ (-1),
- tag_ (tag)
+ : tag_ (tag)
{
}