Remove unused variable
This commit is contained in:
parent
9e70987633
commit
b6978a715f
1 changed files with 0 additions and 2 deletions
|
@ -13,8 +13,6 @@ namespace ChocolArm64
|
||||||
{
|
{
|
||||||
public class ATranslator
|
public class ATranslator
|
||||||
{
|
{
|
||||||
private Thread AsyncTranslation;
|
|
||||||
|
|
||||||
private HashSet<long> SubBlocks;
|
private HashSet<long> SubBlocks;
|
||||||
|
|
||||||
private ConcurrentDictionary<long, ATranslatedSub> CachedSubs;
|
private ConcurrentDictionary<long, ATranslatedSub> CachedSubs;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue