Skip to content

Commit d7f6710

Browse files
committed
fixed compile error
1 parent 3e227bb commit d7f6710

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

QiniuSDK/Http/QNResponseInfo.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ - (instancetype)init:(int)status
8181
_host = [host copy];
8282
_duration = duration;
8383
if (status != 200) {
84-
_serverIp = [QNDns getAddressesString:host];
8584
if (body == nil) {
8685
_error = [[NSError alloc] initWithDomain:domain code:_statusCode userInfo:nil];
8786
}

0 commit comments

Comments
 (0)