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:
mmentovai 2007-04-05 19:44:29 +00:00
parent fe60ba9789
commit 375931a680

View file

@ -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];