Avoid redefinition of global static debug flag and remove unneeded

#import "GTMDefines.h

Patch by Alistair Tse <altse@chromium.org>

Review URL: https://breakpad.appspot.com/824002


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1244 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
mark@chromium.org 2013-12-05 23:13:18 +00:00
parent d9d0a61f97
commit 31a477e889

View file

@ -36,17 +36,7 @@
#include <sys/time.h>
#import "client/apple/Framework/BreakpadDefines.h"
#import "GTMDefines.h"
#define VERBOSE 0
#if VERBOSE
bool gDebugLog = true;
#else
bool gDebugLog = false;
#endif
#define DEBUGLOG if (gDebugLog) fprintf
#import "client/mac/crash_generation/Inspector.h"
namespace google_breakpad {