Revert previous patch, see google-breakpad-dev
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@142 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
fe60ba9789
commit
375931a680
1 changed files with 0 additions and 1 deletions
|
@ -166,7 +166,6 @@ static BOOL StringTailMatches(NSString *str, NSString *tail) {
|
|||
char buffer[PATH_MAX];
|
||||
snprintf(buffer, sizeof(buffer), "/tmp/dump_syms_filtXXXXX");
|
||||
int fd = mkstemp(buffer);
|
||||
unlink(buffer);
|
||||
char nl = '\n';
|
||||
for (unsigned int i = 0; i < count; ++i) {
|
||||
const char *symbol = [[symbols objectAtIndex:i] UTF8String];
|
||||
|
|
Loading…
Reference in a new issue