From 3c3a13bf3f34c8cd4b5ffc5b38655b080f2f7568 Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Wed, 29 Jun 2011 19:54:35 +0200 Subject: remove unused variables fixes compilation warnings with gcc 4.6.0 20110429 Signed-off-by: Hubert Kario Signed-off-by: Hugo Mills --- mkfs.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'mkfs.c') diff --git a/mkfs.c b/mkfs.c index f2953dbd..2ad180a1 100644 --- a/mkfs.c +++ b/mkfs.c @@ -1055,7 +1055,6 @@ static int make_image(char *source_dir, struct btrfs_root *root, int out_fd) struct btrfs_trans_handle *trans; struct stat root_st; - int root_len; struct directory_name_entry dir_head; @@ -1065,8 +1064,6 @@ static int make_image(char *source_dir, struct btrfs_root *root, int out_fd) goto fail; } - root_len = strlen(source_dir); - INIT_LIST_HEAD(&dir_head.list); trans = btrfs_start_transaction(root, 1); -- cgit v1.2.3