File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -489,9 +489,9 @@ final internal class __VaListBuilder {
489489
490490 @inlinable // c-abi
491491 internal func append( _ arg: CVarArg ) {
492+ #if !_runtime(_ObjC)
492493 var arg = arg
493494
494- #if !_runtime(_ObjC)
495495 // We may need to retain an object that provides a pointer value.
496496 if let obj = arg as? _CVarArgObject {
497497 arg = obj. _cVarArgObject
@@ -586,9 +586,9 @@ final internal class __VaListBuilder {
586586
587587 @inlinable // c-abi
588588 internal func append( _ arg: CVarArg ) {
589+ #if !_runtime(_ObjC)
589590 var arg = arg
590591
591- #if !_runtime(_ObjC)
592592 // We may need to retain an object that provides a pointer value.
593593 if let obj = arg as? _CVarArgObject {
594594 arg = obj. _cVarArgObject
You can’t perform that action at this time.
0 commit comments