Skip to content

Commit 899f950

Browse files
committed
WiX: Remove PackageModelSyntax component
`PackageModelSyntax` module is about to get removed from Swift Package Manager because the functionality has been moved to swift-syntax. Sourcekit-LSP was the only external user of the library which is no longer the case.
1 parent c6bb90b commit 899f950

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

platforms/Windows/cli/cli.wxi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -698,9 +698,6 @@
698698
<Component>
699699
<File Source="$(ToolchainRoot)\usr\bin\PackageModel.dll" />
700700
</Component>
701-
<Component>
702-
<File Source="$(ToolchainRoot)\usr\bin\PackageModelSyntax.dll" />
703-
</Component>
704701
<Component>
705702
<File Source="$(ToolchainRoot)\usr\bin\SourceControl.dll" />
706703
</Component>

0 commit comments

Comments
 (0)