From 947469a68a50754eafe654f9f256411c07b2ca6a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 31 Jul 2011 14:42:59 +0200 Subject: [PATCH] Main recio: Constants seem to be OK, deleted FIXME --- ucw/main-rec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ucw/main-rec.c b/ucw/main-rec.c index 3d6ad524..d282b53f 100644 --- a/ucw/main-rec.c +++ b/ucw/main-rec.c @@ -113,7 +113,6 @@ restart: ; DBG("RIO READ: rec_start=%u avail=%u prev_avail=%u free=%u/%u", rec_start_pos, rio->read_avail, rio->read_prev_avail, free_space, rio->read_buf_size); - // FIXME: Constants? if (free_space <= rio->read_buf_size/8) { if (rec_start_pos && rec_start_pos >= rio->read_buf_size/2) -- 2.39.5