summaryrefslogtreecommitdiff
path: root/treesource.c
diff options
context:
space:
mode:
Diffstat (limited to 'treesource.c')
-rw-r--r--treesource.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/treesource.c b/treesource.c
index 980bda7..9cbf0a9 100644
--- a/treesource.c
+++ b/treesource.c
@@ -37,8 +37,6 @@ struct boot_info *dt_from_source(const char *fname)
if (yyparse() != 0)
return NULL;
- fill_fullpaths(the_boot_info->dt, "");
-
the_boot_info->error = treesource_error;
return the_boot_info;
}