diff options
Diffstat (limited to 'cppe/src/IceE/Reference.h')
-rw-r--r-- | cppe/src/IceE/Reference.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cppe/src/IceE/Reference.h b/cppe/src/IceE/Reference.h index 2b4d00393c5..7436ce9fa27 100644 --- a/cppe/src/IceE/Reference.h +++ b/cppe/src/IceE/Reference.h @@ -67,7 +67,6 @@ public: ReferencePtr changeContext(const Ice::Context&) const; ReferencePtr changeMode(Mode) const; ReferencePtr changeIdentity(const Ice::Identity&) const; - bool hasContext() const { return _hasContext; } ReferencePtr changeFacet(const std::string&) const; // @@ -120,7 +119,6 @@ private: Mode _mode; bool _secure; Ice::Identity _identity; - bool _hasContext; Ice::Context _context; std::string _facet; |