diff options
Diffstat (limited to 'src/WixToolset.Core/PreprocessContext.cs')
-rw-r--r-- | src/WixToolset.Core/PreprocessContext.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/WixToolset.Core/PreprocessContext.cs b/src/WixToolset.Core/PreprocessContext.cs index cb29d1ff..a6085b81 100644 --- a/src/WixToolset.Core/PreprocessContext.cs +++ b/src/WixToolset.Core/PreprocessContext.cs | |||
@@ -8,9 +8,6 @@ namespace WixToolset.Core | |||
8 | using WixToolset.Extensibility; | 8 | using WixToolset.Extensibility; |
9 | using WixToolset.Extensibility.Services; | 9 | using WixToolset.Extensibility.Services; |
10 | 10 | ||
11 | /// <summary> | ||
12 | /// The preprocessor core. | ||
13 | /// </summary> | ||
14 | internal class PreprocessContext : IPreprocessContext | 11 | internal class PreprocessContext : IPreprocessContext |
15 | { | 12 | { |
16 | internal PreprocessContext(IServiceProvider serviceProvider) | 13 | internal PreprocessContext(IServiceProvider serviceProvider) |