diff options
-rw-r--r-- | src/WixToolset.Data/PdbType.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/WixToolset.Data/PdbType.cs b/src/WixToolset.Data/PdbType.cs index 55d7f24e..fcbf9cb7 100644 --- a/src/WixToolset.Data/PdbType.cs +++ b/src/WixToolset.Data/PdbType.cs | |||
@@ -12,8 +12,5 @@ namespace WixToolset.Data | |||
12 | 12 | ||
13 | /// <summary>No .wixpdb file.</summary> | 13 | /// <summary>No .wixpdb file.</summary> |
14 | None, | 14 | None, |
15 | |||
16 | /// <summary>A .wixpdb file with partial, pre-bind data. No other output will be generated.</summary> | ||
17 | Partial, | ||
18 | } | 15 | } |
19 | } | 16 | } |