Remove duplicate definition of GTMLoggerDebug.

The actual defintion comes from common/mac/GTMLogger.h, #imported above.

This removes a compilation warning that showed up in r853:

uploader.m:52:9: warning: 'GTMLoggerDebug' macro redefined
GTMLogger.h:339:9: note: previous definition is here
Review URL: http://breakpad.appspot.com/310002

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@859 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
mark@chromium.org 2011-10-11 17:37:32 +00:00
parent f53e77c011
commit 6669714772

View File

@ -39,7 +39,6 @@
#import "client/mac/sender/uploader.h"
#import "common/mac/GTMLogger.h"
const int kMinidumpFileLengthLimit = 800000;
#define kApplePrefsSyncExcludeAllKey \
@ -49,8 +48,6 @@ NSString *const kGoogleServerType = @"google";
NSString *const kSocorroServerType = @"socorro";
NSString *const kDefaultServerType = @"google";
#define GTMLoggerDebug NSLog
#pragma mark -
@interface Uploader(PrivateMethods)