Removed obsolete development comments
This commit is contained in:
parent
b2c281d0c6
commit
37efffcf26
@ -1207,10 +1207,6 @@ int ecma119_tree_create(Ecma119Image *img)
|
|||||||
img->root = root;
|
img->root = root;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* >>> ts B20307 : Shouldn't relocation be done here ?
|
|
||||||
<<< relocation needs mangled names
|
|
||||||
*/
|
|
||||||
|
|
||||||
iso_msg_debug(img->image->id, "Matching hardlinks...");
|
iso_msg_debug(img->image->id, "Matching hardlinks...");
|
||||||
ret = match_hardlinks(img, root, 0);
|
ret = match_hardlinks(img, root, 0);
|
||||||
if (ret < 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.
|
* 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
|
#ifdef Libisofs_with_rr_reloc_diR
|
||||||
ret = mangle_tree(img, img->rr_reloc_node, 0);
|
ret = mangle_tree(img, img->rr_reloc_node, 0);
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user