Skip to content

Commit

Permalink
dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Dec 16, 2022
1 parent 2da404a commit ada1ba9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,7 @@ let package = Package(

.target(
name: "Core",
dependencies: [
"Utils",
// .product(name: "Collections", package: "swift-collections"),
// .product(name: "Durian", package: "Durian"),
// .product(name: "BigInt", package: "BigInt"),
],
dependencies: ["Utils"],
swiftSettings: allTargetsSwiftSettings),

.target(
Expand Down

0 comments on commit ada1ba9

Please sign in to comment.