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:
Jon Parise 2012-05-14 16:53:44 -07:00
parent 0ec7995128
commit ebdac4a01d

View file

@ -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> {