diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2010-06-15 13:30:46 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2010-06-15 14:02:47 +0300 |
commit | e3d3aa2593b32b11d967c3219c2b4881d881557e (patch) | |
tree | 657202288992d8e934a839272b65496c3f763593 /tests/ubi-tests/integ.c | |
parent | ccb2e466874c12fa060f9741f491bffa897a3a0c (diff) |
ubi-tests: remove some junk from the integ test
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'tests/ubi-tests/integ.c')
-rw-r--r-- | tests/ubi-tests/integ.c | 8 |
1 files changed, 0 insertions, 8 deletions
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; |