Remove debug code.

This commit is contained in:
David Xu 2013-04-18 05:58:07 +00:00
parent 8bbeb7e9e0
commit 31e9d5b85e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249607

View file

@ -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;