diff --git a/src/uu/tsort/src/tsort.rs b/src/uu/tsort/src/tsort.rs index c94f050f0ed..3f7e89e99ef 100644 --- a/src/uu/tsort/src/tsort.rs +++ b/src/uu/tsort/src/tsort.rs @@ -161,8 +161,6 @@ impl<'input> Graph<'input> { } }) .collect(); - independent_nodes_queue.make_contiguous().sort_unstable(); // to make sure the resulting ordering is deterministic we need to order independent nodes - // FIXME: this doesn't comply entirely with the GNU coreutils implementation. // To make sure the resulting ordering is deterministic we // need to order independent nodes.