aboutsummaryrefslogtreecommitdiff
path: root/include/fstree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fstree.h')
-rw-r--r--include/fstree.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/fstree.h b/include/fstree.h
index 05e1ebe..426964d 100644
--- a/include/fstree.h
+++ b/include/fstree.h
@@ -293,13 +293,6 @@ void tree_node_sort_recursive(tree_node_t *root);
tree_node_t *fstree_node_from_path(fstree_t *fs, const char *path);
/*
- Optimize the order of the fstree file list for unpacking as to avoid
- unpacking fragment blocks more than once and to improve locality when
- fetching data from disk.
- */
-file_info_t *optimize_unpack_order(fstree_t *fs);
-
-/*
Convert back to forward slashed, remove all preceeding and trailing slashes,
collapse all sequences of slashes, remove all path components that are '.'
and returns failure state if one of the path components is '..'.