diff options
Diffstat (limited to 'debugfs/zap.c')
| -rw-r--r-- | debugfs/zap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debugfs/zap.c b/debugfs/zap.c index 3f3620b4..4a1afbe0 100644 --- a/debugfs/zap.c +++ b/debugfs/zap.c @@ -32,9 +32,7 @@ void do_zap_block(int argc, char *argv[]) ext2_ino_t inode; errcode_t errcode; blk64_t block; - int retval; char *file = NULL; - char *in_file = NULL; int c, err; int offset = -1; int length = -1; @@ -171,14 +169,11 @@ errout: void do_dump_block(int argc, char *argv[]) { - unsigned long pattern = 0; unsigned char *buf; ext2_ino_t inode; errcode_t errcode; blk64_t block; - int retval; char *file = NULL; - char *in_file = NULL; int c, err, i, j; int suppress = -1; |
