aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/BinderFileManagerCore.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/BinderFileManagerCore.cs')
-rw-r--r--src/WixToolset.Core/BinderFileManagerCore.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core/BinderFileManagerCore.cs b/src/WixToolset.Core/BinderFileManagerCore.cs
index e699f0ce..aa9a45de 100644
--- a/src/WixToolset.Core/BinderFileManagerCore.cs
+++ b/src/WixToolset.Core/BinderFileManagerCore.cs
@@ -9,6 +9,7 @@ namespace WixToolset
9 using WixToolset.Data.Bind; 9 using WixToolset.Data.Bind;
10 using WixToolset.Extensibility; 10 using WixToolset.Extensibility;
11 11
12#if DEAD_CODE
12 public class BinderFileManagerCore : IBinderFileManagerCore 13 public class BinderFileManagerCore : IBinderFileManagerCore
13 { 14 {
14 private Dictionary<string, List<string>>[] bindPaths; 15 private Dictionary<string, List<string>>[] bindPaths;
@@ -97,4 +98,5 @@ namespace WixToolset
97 return Enumerable.Empty<string>(); 98 return Enumerable.Empty<string>();
98 } 99 }
99 } 100 }
101#endif
100} 102}