summaryrefslogtreecommitdiff
path: root/livetree.c
diff options
context:
space:
mode:
Diffstat (limited to 'livetree.c')
-rw-r--r--livetree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/livetree.c b/livetree.c
index 7610e78..6ba0846 100644
--- a/livetree.c
+++ b/livetree.c
@@ -172,7 +172,6 @@ struct boot_info *build_boot_info(struct reserve_info *reservelist,
bi = xmalloc(sizeof(*bi));
bi->reservelist = reservelist;
bi->dt = tree;
- bi->error = 0;
return bi;
}