File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
stdlib/public/Darwin/Foundation Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -409,12 +409,6 @@ extension _BridgedNSError where Self.RawValue: FixedWidthInteger {
409
409
public func hash( into hasher: inout Hasher ) {
410
410
hasher. combine ( _code)
411
411
}
412
-
413
- public var hashValue : Int { return _code }
414
-
415
- public func _rawHashValue( seed: Int ) -> Int {
416
- return _code. _rawHashValue ( seed: seed)
417
- }
418
412
}
419
413
420
414
/// Describes a bridged error that stores the underlying NSError, so
@@ -492,14 +486,6 @@ extension _BridgedStoredNSError {
492
486
public func hash( into hasher: inout Hasher ) {
493
487
hasher. combine ( _nsError)
494
488
}
495
-
496
- public var hashValue : Int {
497
- return _nsError. hash
498
- }
499
-
500
- public func _rawHashValue( seed: Int ) -> Int {
501
- return _nsError. _rawHashValue ( seed: seed)
502
- }
503
489
}
504
490
505
491
/// Describes the code of an error.
You can’t perform that action at this time.
0 commit comments