From 9c89538349c9a21cc662c6292a9ea757ebdb36ff Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Fri, 8 May 2020 20:20:37 -0400 Subject: Clean up unused stuff and fix whitespace. --- src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs') 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 public static class IntermediateLevels { // TODO: These are placeholder names until we (hopefully) come up with better ones. - public const string PartiallyBound = "msiPartiallyBound"; public const string FullyBound = "msiFullyBound"; } } -- cgit v1.2.3-55-g6feb