diff options
author | Bob Arnson <bob@firegiant.com> | 2020-05-11 17:09:47 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-05-11 17:17:45 -0400 |
commit | bac3d761d99fb7ae1012f3591baee2dbec115b28 (patch) | |
tree | 852f30be8ba4b0bc4a2cbd3dfd703149f4d00d3d /src/WixToolset.Core/CommandLine/CommandLine.cs | |
parent | 93d3a9e1f9cdc05456a612e238a83738cfd1750f (diff) | |
download | wix-bac3d761d99fb7ae1012f3591baee2dbec115b28.tar.gz wix-bac3d761d99fb7ae1012f3591baee2dbec115b28.tar.bz2 wix-bac3d761d99fb7ae1012f3591baee2dbec115b28.zip |
Fix named bind paths.
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CommandLine.cs')
-rw-r--r-- | src/WixToolset.Core/CommandLine/CommandLine.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/WixToolset.Core/CommandLine/CommandLine.cs b/src/WixToolset.Core/CommandLine/CommandLine.cs index 683d1f5a..79f5d5bc 100644 --- a/src/WixToolset.Core/CommandLine/CommandLine.cs +++ b/src/WixToolset.Core/CommandLine/CommandLine.cs | |||
@@ -21,8 +21,6 @@ namespace WixToolset.Core.CommandLine | |||
21 | 21 | ||
22 | internal class CommandLine : ICommandLine | 22 | internal class CommandLine : ICommandLine |
23 | { | 23 | { |
24 | private static readonly char[] BindPathSplit = { '=' }; | ||
25 | |||
26 | public CommandLine(IWixToolsetServiceProvider serviceProvider) | 24 | public CommandLine(IWixToolsetServiceProvider serviceProvider) |
27 | { | 25 | { |
28 | this.ServiceProvider = serviceProvider; | 26 | this.ServiceProvider = serviceProvider; |