| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 45ca714 commit 4387a73
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,9 +25,6 @@ void DumpBacktrace(FILE* fp) { | |||
| 25 | 25 | #if HAVE_EXECINFO_H | |
| 26 | 26 | void* frames[256]; | |
| 27 | 27 | const int size = backtrace(frames, arraysize(frames)); | |
| 28 | - if (size <= 0) { | ||
| 29 | - return; | ||
| 30 | - } | ||
| 31 | 28 | for (int i = 1; i < size; i += 1) { | |
| 32 | 29 | void* frame = frames[i]; | |
| 33 | 30 | fprintf(fp, "%2d: ", i); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments