aboutsummaryrefslogtreecommitdiff
path: root/fstree.c
diff options
context:
space:
mode:
Diffstat (limited to 'fstree.c')
-rw-r--r--fstree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fstree.c b/fstree.c
index 2a160a4..2fc5773 100644
--- a/fstree.c
+++ b/fstree.c
@@ -87,8 +87,6 @@ struct boot_info *dt_from_fs(const char *dirname)
tree = read_fstree(dirname);
tree = name_node(tree, "", NULL);
- fill_fullpaths(tree, "");
-
return build_boot_info(NULL, tree);
}