Skip to content

Commit

Permalink
Remove debug stub
Browse files Browse the repository at this point in the history
  • Loading branch information
shirok committed Feb 2, 2025
1 parent 87f0f9a commit 9a8dd67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,6 @@ ScmObj Scm__GetSignalInfo()
SCM_APPEND1(h, t, SCM_LIST2(name, SCM_MAKE_INT(num)));
#endif
#if defined(GC_THREADS)
fprintf(stderr, "zon\n");
num = GC_get_suspend_signal();
if (num >= 0) {
name = SCM_MAKE_STR("SIG_SUSPEND");
Expand Down

0 comments on commit 9a8dd67

Please sign in to comment.