mi: Removed a line that I forgot to purge in the last commit... oops...

This commit is contained in:
Jeremy Huddleston 2008-11-12 21:51:50 -08:00
parent 43f3dfbbd6
commit 531f8599e2

View file

@ -163,7 +163,6 @@ mieqEnqueue(DeviceIntPtr pDev, xEvent *e)
}
else {
static int stuck = 0;
newtail = (oldtail + 1) % QUEUE_SIZE;
/* Toss events which come in late. Usually this means your server's
* stuck in an infinite loop somewhere, but SIGIO is still getting
* handled. */