Skip to content

Commit a96a733

Browse files
committed
Cleanup
1 parent 52e6839 commit a96a733

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ let package = Package(
879879
dependencies: ["PackageGraph", "_InternalTestSupport"],
880880
swiftSettings: [
881881
.enableExperimentalFeature("MemberImportVisibility"),
882-
],
882+
]
883883
),
884884
.testTarget(
885885
name: "PackageGraphPerformanceTests",

Sources/PackageGraph/ModulesGraph.swift

Lines changed: 0 additions & 2 deletions
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)