diff options
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index d171d223ea8..d6437698838 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -30,11 +30,6 @@ using namespace std; using namespace Ice; using namespace IceInternal; -IceUtil::Shared* IceInternal::upCast(::IceProxy::Ice::Object* p) { return p; } -IceUtil::Shared* IceInternal::upCast(::IceDelegate::Ice::Object* p) { return p; } -IceUtil::Shared* IceInternal::upCast(::IceDelegateM::Ice::Object* p) { return p; } -IceUtil::Shared* IceInternal::upCast(::IceDelegateD::Ice::Object* p) { return p; } - ::Ice::ObjectPrx IceInternal::checkedCastImpl(const ObjectPrx& b, const string& f, const string& typeId, const Context* context) { |