summaryrefslogtreecommitdiff
path: root/ext4_utils/ext4_utils.c
diff options
context:
space:
mode:
authorMohamad Ayyash <mkayyash@google.com>2016-02-19 21:16:34 +0000
committerMohamad Ayyash <mkayyash@google.com>2016-02-19 21:16:34 +0000
commit18785a86a30135ac65b88db9886bfc22d6608849 (patch)
tree504052c4896bd2ea8170ec082c0eb622e1619f81 /ext4_utils/ext4_utils.c
parent3d960843a2260a98c8df5cc39ca0dbf3d675f1a2 (diff)
downloadextras-18785a86a30135ac65b88db9886bfc22d6608849.tar.gz
Revert "Redesign make_ext4fs to incrementally generate ext4 images"
This reverts commit 3d960843a2260a98c8df5cc39ca0dbf3d675f1a2. Change-Id: I0fb7d65f094feb4013924685270fc847693b6889
Diffstat (limited to 'ext4_utils/ext4_utils.c')
-rw-r--r--ext4_utils/ext4_utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext4_utils/ext4_utils.c b/ext4_utils/ext4_utils.c
index fba4f9fa..28f650d4 100644
--- a/ext4_utils/ext4_utils.c
+++ b/ext4_utils/ext4_utils.c
@@ -49,7 +49,6 @@ int force = 0;
struct fs_info info;
struct fs_aux_info aux_info;
struct sparse_file *ext4_sparse_file;
-struct block_allocation *base_fs_allocations = NULL;
jmp_buf setjmp_env;