Address gdk's comments

This commit is contained in:
Thog 2020-02-06 04:06:58 +01:00
parent 8aaac27d08
commit 62b852fb90

View file

@ -24,11 +24,6 @@ namespace ARMeilleure.Instructions
ExclusiveAddress = ulong.MaxValue;
}
public void Dispose()
{
Context.Dispose();
}
}
[ThreadStatic]