diff --git a/Torch/Patches/GcCollectPatch.cs b/Torch/Patches/GcCollectPatch.cs index f913ea8..522570d 100644 --- a/Torch/Patches/GcCollectPatch.cs +++ b/Torch/Patches/GcCollectPatch.cs @@ -1,4 +1,5 @@ -using System; +#if false +using System; using System.Collections.Generic; using System.Reflection; using System.Reflection.Emit; @@ -50,4 +51,5 @@ internal static class GcCollectPatch yield return instruction; } } -} \ No newline at end of file +} +#endif \ No newline at end of file