Fix clang warnings:
Remove duplicate synthesize for totalBytesRead Add placeholder dealloc for ASINetworkQueue
Showing
2 changed files
with
5 additions
and
1 deletions
@@ -1395,7 +1395,6 @@ static NSError *ASIUnableToCreateRequestError; | @@ -1395,7 +1395,6 @@ static NSError *ASIUnableToCreateRequestError; | ||
1395 | @synthesize mainRequest; | 1395 | @synthesize mainRequest; |
1396 | @synthesize totalBytesRead; | 1396 | @synthesize totalBytesRead; |
1397 | @synthesize showAccurateProgress; | 1397 | @synthesize showAccurateProgress; |
1398 | -@synthesize totalBytesRead; | ||
1399 | @synthesize uploadBufferSize; | 1398 | @synthesize uploadBufferSize; |
1400 | @synthesize defaultResponseEncoding; | 1399 | @synthesize defaultResponseEncoding; |
1401 | @synthesize responseEncoding; | 1400 | @synthesize responseEncoding; |
-
Please register or login to post a comment