From c14b8ed23a13dc4e13247b7c0141ec43997d1ff7 Mon Sep 17 00:00:00 2001 From: Westin Miller Date: Wed, 4 Oct 2017 18:57:47 -0700 Subject: [PATCH] Fixes #138 --- Torch/Managers/PatchManager/MSIL/MsilInstruction.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Torch/Managers/PatchManager/MSIL/MsilInstruction.cs b/Torch/Managers/PatchManager/MSIL/MsilInstruction.cs index d16f8e1..f39072d 100644 --- a/Torch/Managers/PatchManager/MSIL/MsilInstruction.cs +++ b/Torch/Managers/PatchManager/MSIL/MsilInstruction.cs @@ -7,7 +7,6 @@ using System.Reflection.Emit; using System.Text; using Torch.Managers.PatchManager.Transpile; using Torch.Utils; -using Label = System.Windows.Controls.Label; namespace Torch.Managers.PatchManager.MSIL {