diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-10-07 15:06:20 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-10-07 15:06:20 -0700 |
| commit | 50bd11c35ebc48137eb01d69bdeb783c66479517 (patch) | |
| tree | c61fa991e472daf9f0e8464dcd0ea87f401b5692 /src/WixToolset.Core/CommandLine/CommandLineResponseFile.cs | |
| parent | 4d5289fa6254ca80a23807c41ca8502f8f38f048 (diff) | |
| download | wix-50bd11c35ebc48137eb01d69bdeb783c66479517.tar.gz wix-50bd11c35ebc48137eb01d69bdeb783c66479517.tar.bz2 wix-50bd11c35ebc48137eb01d69bdeb783c66479517.zip | |
Code cleanup
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CommandLineResponseFile.cs')
| -rw-r--r-- | src/WixToolset.Core/CommandLine/CommandLineResponseFile.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/WixToolset.Core/CommandLine/CommandLineResponseFile.cs b/src/WixToolset.Core/CommandLine/CommandLineResponseFile.cs index f27296b7..578c3b22 100644 --- a/src/WixToolset.Core/CommandLine/CommandLineResponseFile.cs +++ b/src/WixToolset.Core/CommandLine/CommandLineResponseFile.cs | |||
| @@ -102,11 +102,6 @@ namespace WixToolset | |||
| 102 | return argsList.ToArray(); | 102 | return argsList.ToArray(); |
| 103 | } | 103 | } |
| 104 | 104 | ||
| 105 | /// <summary> | ||
| 106 | /// Expand enxironment variables contained in the passed string | ||
| 107 | /// </summary> | ||
| 108 | /// <param name="arguments"></param> | ||
| 109 | /// <returns></returns> | ||
| 110 | static private string ExpandEnvVars(string arguments) | 105 | static private string ExpandEnvVars(string arguments) |
| 111 | { | 106 | { |
| 112 | IDictionary id = Environment.GetEnvironmentVariables(); | 107 | IDictionary id = Environment.GetEnvironmentVariables(); |
