[repacker] cleanup todo.
This commit is contained in:
parent
a0b8893e46
commit
3b91fb2a9f
|
@ -569,7 +569,7 @@ struct graph_t
|
|||
auto& child = vertices_[child_id];
|
||||
child.parents.push (new_parent_idx);
|
||||
|
||||
old_v.remove_real_link (child_id, old_offset); // TODO: needs to include offset to ensure correct one removed
|
||||
old_v.remove_real_link (child_id, old_offset);
|
||||
child.remove_parent (old_parent_idx);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue