Removed obsolete development comments

This commit is contained in:
Thomas Schmitt 2012-04-02 11:36:16 +02:00
parent b2c281d0c6
commit 37efffcf26
1 changed files with 0 additions and 8 deletions

View File

@ -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