Skip to content

Commit 473c97a

Browse files
committed
Remove useless return
1 parent 71ee37e commit 473c97a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BacktraceScreen.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ static void BacktracePanel_makePrintingHelper(const BacktracePanel* this, Backtr
207207
static void BacktracePanel_makeBacktrace(Vector* frames, pid_t pid, char** error) {
208208
#ifdef HAVE_LIBUNWIND_PTRACE
209209
UnwindPtrace_makeBacktrace(frames, pid, error);
210-
return;
211210
#else
212211
(void)frames;
213212
(void)pid;

0 commit comments

Comments
 (0)