diff options
Diffstat (limited to 'TAO/tests/Bug_3000_Regression/Service.h')
-rw-r--r-- | TAO/tests/Bug_3000_Regression/Service.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tests/Bug_3000_Regression/Service.h b/TAO/tests/Bug_3000_Regression/Service.h index c34f4c98f46..c34df5a9f97 100644 --- a/TAO/tests/Bug_3000_Regression/Service.h +++ b/TAO/tests/Bug_3000_Regression/Service.h @@ -19,7 +19,6 @@ public: virtual void shutdown (void); private: - /// Use an ORB reference to shutdown the application. CORBA::ORB_var orb_; }; |