diff options
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r-- | cpp/src/Ice/Object.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp index 933aa595d64..8397f120910 100644 --- a/cpp/src/Ice/Object.cpp +++ b/cpp/src/Ice/Object.cpp @@ -226,18 +226,6 @@ Ice::Object::__read(BasicStream* __is, bool __rid) } void -Ice::Object::__gcReachable(::IceUtil::GCObjectMultiSet& c) const -{ - // TODO: Michi: This method does nothing anymore, but is needed because of GCShared. -} - -void -Ice::Object::__gcClear() -{ - // TODO: Michi: This method does nothing anymore, but is needed because of GCShared. -} - -void Ice::__patch__ObjectPtr(void* __addr, ObjectPtr& v) { ObjectPtr* p = static_cast<ObjectPtr*>(__addr); |