Remove unused kAFMultipartFormLineDelimiter.
This constant appears to have been superseded by the introduction of kAFMultipartFormCRLF later in this source file. The latter is used consistently in the multipart-building code, so this first one can go.
This commit is contained in:
parent
0ec7995128
commit
ebdac4a01d
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@
|
|||
|
||||
NSString * const AFNetworkingReachabilityDidChangeNotification = @"com.alamofire.networking.reachability.change";
|
||||
|
||||
static NSString * const kAFMultipartFormLineDelimiter = @"\r\n"; // CRLF
|
||||
static NSString * const kAFMultipartFormBoundary = @"Boundary+0xAbCdEfGbOuNdArY";
|
||||
|
||||
@interface AFMultipartFormData : NSObject <AFMultipartFormData> {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue