diff options
Diffstat (limited to 'cpp/src/Ice/ObjectAdapterI.h')
-rw-r--r-- | cpp/src/Ice/ObjectAdapterI.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/ObjectAdapterI.h b/cpp/src/Ice/ObjectAdapterI.h index b61b7e3e1a7..953bbdc2bc6 100644 --- a/cpp/src/Ice/ObjectAdapterI.h +++ b/cpp/src/Ice/ObjectAdapterI.h @@ -126,8 +126,6 @@ private: bool _threadPerConnection; size_t _threadPerConnectionStackSize; - static std::string _propertyPrefix; - class ProcessI : public Process { public: |