aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-05-08 20:20:37 -0400
committerBob Arnson <bob@firegiant.com>2020-05-08 20:20:37 -0400
commit9c89538349c9a21cc662c6292a9ea757ebdb36ff (patch)
tree06728dd8926ae56ad0b52563c4a85242cb6fc7f8 /src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs
parent635bf639ac8eddd82cf4d54677b757fb9a68194f (diff)
downloadwix-9c89538349c9a21cc662c6292a9ea757ebdb36ff.tar.gz
wix-9c89538349c9a21cc662c6292a9ea757ebdb36ff.tar.bz2
wix-9c89538349c9a21cc662c6292a9ea757ebdb36ff.zip
Clean up unused stuff and fix whitespace.
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs')
-rw-r--r--src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs b/src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs
index 1eb0ef2d..6ffdf041 100644
--- a/src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs
+++ b/src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs
@@ -3,7 +3,6 @@ namespace WixToolset.Data.WindowsInstaller
3 public static class IntermediateLevels 3 public static class IntermediateLevels
4 { 4 {
5 // TODO: These are placeholder names until we (hopefully) come up with better ones. 5 // TODO: These are placeholder names until we (hopefully) come up with better ones.
6 public const string PartiallyBound = "msiPartiallyBound";
7 public const string FullyBound = "msiFullyBound"; 6 public const string FullyBound = "msiFullyBound";
8 } 7 }
9} 8}