diff options
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r-- | cpp/src/Ice/Object.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index 63a8dfa5f29..ae2cb2a71ed 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -127,16 +127,6 @@ Ice::Object::__dispatch(Incoming& in, const Current& current) return DispatchOperationNotExist; } -bool -Ice::Object::__isMutating(const std::string& s) -{ - // - // None of the Ice::Object operations accessible via __dispatch() - // is mutating. - // - return false; -} - void Ice::Object::__write(::IceInternal::BasicStream* __os) const { |