diff options
Diffstat (limited to 'cpp/src/IceGrid/DescriptorHelper.h')
-rw-r--r-- | cpp/src/IceGrid/DescriptorHelper.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/DescriptorHelper.h b/cpp/src/IceGrid/DescriptorHelper.h index e39000da109..577869525e8 100644 --- a/cpp/src/IceGrid/DescriptorHelper.h +++ b/cpp/src/IceGrid/DescriptorHelper.h @@ -184,7 +184,6 @@ protected: const std::map<std::string, std::string>&) const; }; - class ServiceInstanceHelper : public InstanceHelper { public: @@ -206,7 +205,6 @@ private: mutable ServiceHelper _service; }; - class IceBoxHelper : public ServerHelper { public: |