Skip to content

Commit 9820f44

Browse files
committed
Cleanup
1 parent 52e6839 commit 9820f44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/PackageGraph/ModulesGraph.swift

-2
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ enum GraphError: Error {
384384
case unexpectedCycle
385385
}
386386

387-
// TODO: Rename this back and only import what is required from TSCBasic to omit importing its implementation of topologicalSort
388-
389387
/// Perform a topological sort of an graph.
390388
///
391389
/// This function is optimized for use cases where cycles are unexpected, and

0 commit comments

Comments
 (0)