aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WindowsInstaller/Pdb.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-12-27 13:13:41 -0800
committerRob Mensching <rob@firegiant.com>2017-12-27 13:13:41 -0800
commitb2ff456469c4905be6df44f851cbf42bbcd629ee (patch)
treee196a0ff99ee130e517f1fa9f6281163dd4a77b8 /src/WixToolset.Data/WindowsInstaller/Pdb.cs
parent9c44ebe3f4e47d22cf9b74918ac30e8bf36ffe5b (diff)
downloadwix-b2ff456469c4905be6df44f851cbf42bbcd629ee.tar.gz
wix-b2ff456469c4905be6df44f851cbf42bbcd629ee.tar.bz2
wix-b2ff456469c4905be6df44f851cbf42bbcd629ee.zip
Make TableDefinitions ColumnDefinitions an array and other minor cleanup
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/Pdb.cs')
-rw-r--r--src/WixToolset.Data/WindowsInstaller/Pdb.cs8
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>