diff --git a/ARMeilleure/Instructions/NativeInterface.cs b/ARMeilleure/Instructions/NativeInterface.cs index cd5db32249..3a1e91c8ed 100644 --- a/ARMeilleure/Instructions/NativeInterface.cs +++ b/ARMeilleure/Instructions/NativeInterface.cs @@ -24,11 +24,6 @@ namespace ARMeilleure.Instructions ExclusiveAddress = ulong.MaxValue; } - - public void Dispose() - { - Context.Dispose(); - } } [ThreadStatic]