From: Artem Bityutskiy Date: Tue, 15 Jun 2010 10:30:46 +0000 (+0300) Subject: ubi-tests: remove some junk from the integ test X-Git-Tag: v1.4.0~33 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e3d3aa2593b32b11d967c3219c2b4881d881557e;p=mtd-utils.git ubi-tests: remove some junk from the integ test Signed-off-by: Artem Bityutskiy --- diff --git a/tests/ubi-tests/integ.c b/tests/ubi-tests/integ.c index bb60bcc..e0e8bee 100644 --- a/tests/ubi-tests/integ.c +++ b/tests/ubi-tests/integ.c @@ -216,14 +216,6 @@ static void set_random_data(unsigned seed, unsigned char *buf, int size) srand(r); } -#if 0 -static void print_write_info(struct write_info *w) -{ - printf("Offset: %lld Size:%d Seed:%u\n", w->offset, w->size, w->random_seed); - fflush(stdout); -} -#endif - static void check_erase_block(struct erase_block_info *erase_block, int fd) { struct write_info *w;