diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-07-27 14:09:37 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-07-27 14:09:37 +0000 |
commit | 341c4c862090dfba6e61e4ca404ebdc2dc808118 (patch) | |
tree | 28c1e041d9aa18c8011c08c924e75bcf4087c3a8 /TAO/tao/Stub.cpp | |
parent | 5ac97b81774fd0643126a8c1b3a56844d1ae25cd (diff) | |
download | ATCD-341c4c862090dfba6e61e4ca404ebdc2dc808118.tar.gz |
ChangeLogTag:Sun Jul 27 09:06:02 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Stub.cpp')
-rw-r--r-- | TAO/tao/Stub.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/Stub.cpp b/TAO/tao/Stub.cpp index 3a57b674988..9f38e68f274 100644 --- a/TAO/tao/Stub.cpp +++ b/TAO/tao/Stub.cpp @@ -459,10 +459,6 @@ CORBA::Policy_ptr TAO_Stub::get_policy (CORBA::PolicyType type ACE_ENV_ARG_DECL) { - - if (this->policies_ == 0) - return CORBA::Policy::_nil (); - // Some policies can only be set locally on the client, while others // can only be exported in the IOR by the server, and yet others can // be set by both by client and server. Furthermore, reconciliation |