summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-06-19 22:27:32 +0200
committerJose <jose@zeroc.com>2019-06-19 22:31:38 +0200
commitae4cb391f307092db820b78daed8478e7179deaf (patch)
tree6e38983ef81f9c848c91c3efabbb033c0c9281ca
parentAdded Carthage to Swift build instructions (diff)
downloadice-ae4cb391f307092db820b78daed8478e7179deaf.tar.bz2
ice-ae4cb391f307092db820b78daed8478e7179deaf.tar.xz
ice-ae4cb391f307092db820b78daed8478e7179deaf.zip
Remove unused method
-rw-r--r--swift/src/Ice/Proxy.swift4
1 files changed, 0 insertions, 4 deletions
diff --git a/swift/src/Ice/Proxy.swift b/swift/src/Ice/Proxy.swift
index f54bb89a258..c5dce337781 100644
--- a/swift/src/Ice/Proxy.swift
+++ b/swift/src/Ice/Proxy.swift
@@ -779,10 +779,6 @@ open class ObjectPrxI: ObjectPrx {
return ObjectPrxType(handle: h, communicator: communicator)
}
- internal func fromICEObjectPrx(_ h: ICEObjectPrx) -> Self {
- return type(of: self).init(handle: h, communicator: communicator)
- }
-
internal static func fromICEObjectPrx(handle: ICEObjectPrx,
communicator c: Communicator? = nil) -> Self {
let communicator = c ?? handle.ice_getCommunicator().getCachedSwiftObject(CommunicatorI.self)