From 05c83e1b4b6755fa1f1a8bf6a129e31fff2aa878 Mon Sep 17 00:00:00 2001 From: cg Date: Thu, 4 May 2000 19:06:34 +0000 Subject: fix the 100% cpu in xmms issue --- sys/dev/sound/pcm/channel.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/sound/pcm') diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c index 464fa66..c8d4d17 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 -- cgit v1.1