mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Swift Bridging: remove BridgedNode
This commit is contained in:
@@ -88,7 +88,7 @@ public enum Ownership {
|
||||
|
||||
extension Value {
|
||||
public var description: String {
|
||||
let stdString = SILNode_debugDescription(bridgedNode)
|
||||
let stdString = bridged.getDebugDescription()
|
||||
return String(_cxxString: stdString)
|
||||
}
|
||||
|
||||
@@ -120,9 +120,6 @@ extension Value {
|
||||
public var bridged: BridgedValue {
|
||||
BridgedValue(obj: SwiftObject(self as AnyObject))
|
||||
}
|
||||
var bridgedNode: BridgedNode {
|
||||
BridgedNode(obj: SwiftObject(self as AnyObject))
|
||||
}
|
||||
}
|
||||
|
||||
public typealias HashableValue = ObjectIdentifier
|
||||
|
||||
Reference in New Issue
Block a user