aboutsummaryrefslogtreecommitdiff
path: root/tests/ubi-tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ubi-tests')
-rw-r--r--tests/ubi-tests/integ.c8
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;