diff options
author | "Robert P. J. Day" | 2006-07-01 15:09:17 +0000 |
---|---|---|
committer | "Robert P. J. Day" | 2006-07-01 15:09:17 +0000 |
commit | 7ccb65f3a4f5c84d010978d450df57d3c1b13297 (patch) | |
tree | 1a8ad50d798ce0a176c20b817d53ffaead21b14c /e2fsprogs/ext2fs/closefs.c | |
parent | d35ef0f66643f2bc43bd7070df0356e0b064b755 (diff) | |
download | busybox-7ccb65f3a4f5c84d010978d450df57d3c1b13297.zip busybox-7ccb65f3a4f5c84d010978d450df57d3c1b13297.tar.gz |
Yet more "#if 0" content removed.
Diffstat (limited to 'e2fsprogs/ext2fs/closefs.c')
-rw-r--r-- | e2fsprogs/ext2fs/closefs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/e2fsprogs/ext2fs/closefs.c b/e2fsprogs/ext2fs/closefs.c index 481d1c5..40a6974 100644 --- a/e2fsprogs/ext2fs/closefs.c +++ b/e2fsprogs/ext2fs/closefs.c @@ -151,10 +151,6 @@ static errcode_t write_primary_superblock(ext2_filsys fs, if (old_super[check_idx] == new_super[check_idx]) break; size = 2 * (check_idx - write_idx); -#if 0 - printf("Writing %d bytes starting at %d\n", - size, write_idx*2); -#endif retval = io_channel_write_byte(fs->io, SUPERBLOCK_OFFSET + (2 * write_idx), size, new_super + write_idx); |