| Index: src/tools/mac/symupload/symupload.m
|
| diff --git a/src/tools/mac/symupload/symupload.m b/src/tools/mac/symupload/symupload.m
|
| index fe4134581eee60539be958a2dc79aa65d818f145..179f8d50b38f32bfda69aa6dfca8c8b8c37591e5 100644
|
| --- a/src/tools/mac/symupload/symupload.m
|
| +++ b/src/tools/mac/symupload/symupload.m
|
| @@ -82,15 +82,6 @@ static NSArray *ModuleDataForSymbolFile(NSString *file) {
|
| }
|
|
|
| //=============================================================================
|
| -static NSString *CompactIdentifier(NSString *uuid) {
|
| - NSMutableString *str = [NSMutableString stringWithString:uuid];
|
| - [str replaceOccurrencesOfString:@"-" withString:@"" options:0
|
| - range:NSMakeRange(0, [str length])];
|
| -
|
| - return str;
|
| -}
|
| -
|
| -//=============================================================================
|
| static void Start(Options *options) {
|
| NSURL *url = [NSURL URLWithString:options->uploadURLStr];
|
| HTTPMultipartUpload *ul = [[HTTPMultipartUpload alloc] initWithURL:url];
|
|
|