aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/CommandLineResponseFile.cs
diff options
context:
space:
mode:
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();