Remove assertion for a variable that doesn't exist. Patch by Alfred Peng
<alfred.peng>. r=me. http://groups.google.com/group/google-breakpad-dev/browse_thread/thread/e5738aed43450365 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@223 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
56d93f4902
commit
e47d3a6e36
1 changed files with 0 additions and 1 deletions
|
@ -533,7 +533,6 @@ void* MinidumpGenerator::Write() {
|
|||
bool MinidumpGenerator::WriteMinidumpToFile(const char *file_pathname,
|
||||
int signo) {
|
||||
assert(file_pathname != NULL);
|
||||
assert(stack_ != NULL);
|
||||
|
||||
if (file_pathname == NULL)
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue