Remove superfluous conditional.
authorSimon Schubert <corecode@dragonflybsd.org>
Sat, 24 Feb 2007 14:23:18 +0000 (14:23 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Sat, 24 Feb 2007 14:23:18 +0000 (14:23 +0000)
commita40da8f054fb4cdfa87fe12ffc72c120776aaaab
tree8fb598642f81e4b6704d750916b82740675f3377
parentaa4f0cad32b9f4e5b71a91a8f9de2e4a0f74faae
Remove superfluous conditional.

sig is always == 0 at this place, and even if a signal arrived in between,
we after all were woken up by the timeout and the signal didn't break
our sleep.
sys/kern/kern_synch.c