diff --git a/libisofs/ecma119_tree.c b/libisofs/ecma119_tree.c index 6fe0869..9812282 100644 --- a/libisofs/ecma119_tree.c +++ b/libisofs/ecma119_tree.c @@ -1207,10 +1207,6 @@ int ecma119_tree_create(Ecma119Image *img) img->root = root; } - /* >>> ts B20307 : Shouldn't relocation be done here ? - <<< relocation needs mangled names - */ - iso_msg_debug(img->image->id, "Matching hardlinks..."); ret = match_hardlinks(img, root, 0); if (ret < 0) { @@ -1240,10 +1236,6 @@ int ecma119_tree_create(Ecma119Image *img) * Note that recurse = 0, as we don't need to recurse. */ - /* >>> ts B20307 : Shouldn't one mangle _after_ relocating ? - <<< relocation needs mangled names for path length calculation - */ - #ifdef Libisofs_with_rr_reloc_diR ret = mangle_tree(img, img->rr_reloc_node, 0); #else