diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Data/WindowsInstaller/Pdb.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/Pdb.cs b/src/WixToolset.Data/WindowsInstaller/Pdb.cs index d3fea0fe..574d5593 100644 --- a/src/WixToolset.Data/WindowsInstaller/Pdb.cs +++ b/src/WixToolset.Data/WindowsInstaller/Pdb.cs | |||
@@ -15,14 +15,6 @@ namespace WixToolset.Data.WindowsInstaller | |||
15 | private static readonly Version CurrentVersion = new Version("4.0.0.0"); | 15 | private static readonly Version CurrentVersion = new Version("4.0.0.0"); |
16 | 16 | ||
17 | /// <summary> | 17 | /// <summary> |
18 | /// Creates a new empty pdb object. | ||
19 | /// </summary> | ||
20 | /// <param name="sourceLineNumbers">The source line information for the pdb.</param> | ||
21 | public Pdb() | ||
22 | { | ||
23 | } | ||
24 | |||
25 | /// <summary> | ||
26 | /// Gets or sets the output that is a part of this pdb. | 18 | /// Gets or sets the output that is a part of this pdb. |
27 | /// </summary> | 19 | /// </summary> |
28 | /// <value>Type of the output.</value> | 20 | /// <value>Type of the output.</value> |