From 00897307b17dc1539d97c7ecedbbef2976d813ba Mon Sep 17 00:00:00 2001 From: ikesyo Date: Mon, 25 Mar 2024 13:33:51 +0900 Subject: [PATCH] [Package.swift] Remove obsoleted useLocalDependencies variable --- Package.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Package.swift b/Package.swift index ffd4fabb57b..7de7c06d9bc 100644 --- a/Package.swift +++ b/Package.swift @@ -336,9 +336,6 @@ var rawSyntaxValidation: Bool { hasEnvironmentVariable("SWIFTSYNTAX_ENABLE_RAWSY /// See CONTRIBUTING.md for more information var alternateTokenIntrospection: Bool { hasEnvironmentVariable("SWIFTPARSER_ENABLE_ALTERNATE_TOKEN_INTROSPECTION") } -/// Assume that swift-argument-parser is checked out next to swift-syntax and use that instead of fetching a remote dependency. -var useLocalDependencies: Bool { hasEnvironmentVariable("SWIFTCI_USE_LOCAL_DEPS") } - // MARK: - Compute custom build settings // These build settings apply to the target and the corresponding test target.