From a39f29246cdcd85c70bc172ea8ecc8e9cd3c3c4c Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 26 Aug 2020 16:28:15 -0400 Subject: #ifdef out serialization use --- src/wixext/util.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/wixext/util.cs b/src/wixext/util.cs index 9ebe89a7..7dabb3d1 100644 --- a/src/wixext/util.cs +++ b/src/wixext/util.cs @@ -10,6 +10,7 @@ namespace WixToolset.Util.Serialize { +#if TODO_CONSIDER_DECOMPILER using System; using System.CodeDom.Compiler; using System.Collections; @@ -11458,4 +11459,5 @@ namespace WixToolset.Util.Serialize uninstall, } } +#endif } -- cgit v1.2.3-55-g6feb