diff options
Diffstat (limited to 'src/WixToolset.Core/CommandLine/CommandLineParser.cs')
-rw-r--r-- | src/WixToolset.Core/CommandLine/CommandLineParser.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CommandLine/CommandLineParser.cs b/src/WixToolset.Core/CommandLine/CommandLineParser.cs index 2ee1e9ae..1438d820 100644 --- a/src/WixToolset.Core/CommandLine/CommandLineParser.cs +++ b/src/WixToolset.Core/CommandLine/CommandLineParser.cs | |||
@@ -192,7 +192,6 @@ namespace WixToolset.Core.CommandLine | |||
192 | /// or DirectoryInfo.GetFiles. The only way to get this directory path is manually since | 192 | /// or DirectoryInfo.GetFiles. The only way to get this directory path is manually since |
193 | /// Path.GetDirectoryName does not support ".." in the path. | 193 | /// Path.GetDirectoryName does not support ".." in the path. |
194 | /// </remarks> | 194 | /// </remarks> |
195 | /// <exception cref="WixFileNotFoundException">Throws WixFileNotFoundException if no file matching the pattern can be found.</exception> | ||
196 | private string[] GetFiles(string searchPath, string fileType) | 195 | private string[] GetFiles(string searchPath, string fileType) |
197 | { | 196 | { |
198 | if (null == searchPath) | 197 | if (null == searchPath) |