From 62b852fb90b7127296fb45d32163340b16af992d Mon Sep 17 00:00:00 2001 From: Thog Date: Thu, 6 Feb 2020 04:06:58 +0100 Subject: [PATCH] Address gdk's comments --- ARMeilleure/Instructions/NativeInterface.cs | 5 ----- 1 file changed, 5 deletions(-) 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]