Skip to content

Commit 75969e5

Browse files
authored
Merge pull request #2566 from ikesyo/remove-uselocaldependencies-var
[Package.swift] Remove obsoleted useLocalDependencies variable
2 parents ca20739 + 0089730 commit 75969e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Package.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,6 @@ var rawSyntaxValidation: Bool { hasEnvironmentVariable("SWIFTSYNTAX_ENABLE_RAWSY
336336
/// See CONTRIBUTING.md for more information
337337
var alternateTokenIntrospection: Bool { hasEnvironmentVariable("SWIFTPARSER_ENABLE_ALTERNATE_TOKEN_INTROSPECTION") }
338338

339-
/// Assume that swift-argument-parser is checked out next to swift-syntax and use that instead of fetching a remote dependency.
340-
var useLocalDependencies: Bool { hasEnvironmentVariable("SWIFTCI_USE_LOCAL_DEPS") }
341-
342339
// MARK: - Compute custom build settings
343340

344341
// These build settings apply to the target and the corresponding test target.

0 commit comments

Comments
 (0)