From 52064e0a88f0fef124f819093282ba8e05ab4dae Mon Sep 17 00:00:00 2001 From: Cameron Grant Date: Thu, 4 May 2000 19:06:34 +0000 Subject: [PATCH] fix the 100% cpu in xmms issue --- sys/dev/sound/pcm/channel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c index 464fa66b7c9..c8d4d17e06b 100644 --- a/sys/dev/sound/pcm/channel.c +++ b/sys/dev/sound/pcm/channel.c @@ -118,7 +118,6 @@ chn_polltrigger(pcm_channel *c) unsigned lim = (c->flags & CHN_F_HAS_SIZE)? c->blocksize2nd : 0; int trig = 0; - lim = 0; if (c->flags & CHN_F_MAPPED) trig = ((bs->int_count > bs->prev_int_count) || bs->first_poll); else