From 56f27563ac5cb714ce9000a6b84cc54f636e6a2e Mon Sep 17 00:00:00 2001 From: davidxu Date: Thu, 18 Apr 2013 05:58:07 +0000 Subject: Remove debug code. --- lib/libthr/thread/thr_sig.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libthr') diff --git a/lib/libthr/thread/thr_sig.c b/lib/libthr/thread/thr_sig.c index 420d99b..2d66184 100644 --- a/lib/libthr/thread/thr_sig.c +++ b/lib/libthr/thread/thr_sig.c @@ -750,7 +750,6 @@ _swapcontext(ucontext_t *oucp, const ucontext_t *ucp) if (oucp == NULL || ucp == NULL) return (EINVAL); if (SIGISMEMBER(ucp->uc_sigmask, SIGCANCEL)) { - stdout_debug("remove SIGCANCEL\n"); (void) memcpy(&uc, ucp, sizeof(uc)); SIGDELSET(uc.uc_sigmask, SIGCANCEL); ucp = &uc; -- cgit v1.1