aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/CommandLineResponseFile.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-10-07 15:06:20 -0700
committerRob Mensching <rob@firegiant.com>2017-10-07 15:06:20 -0700
commit50bd11c35ebc48137eb01d69bdeb783c66479517 (patch)
treec61fa991e472daf9f0e8464dcd0ea87f401b5692 /src/WixToolset.Core/CommandLine/CommandLineResponseFile.cs
parent4d5289fa6254ca80a23807c41ca8502f8f38f048 (diff)
downloadwix-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.cs5
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();