From 5cc0b317f9fc43415bdd4dc0833977d29067fe64 Mon Sep 17 00:00:00 2001 From: Gabriel A Date: Tue, 26 Dec 2023 23:14:16 -0300 Subject: [PATCH] Remove unused using --- src/Ryujinx.Cpu/LightningJit/Cache/CacheMemoryAllocator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Ryujinx.Cpu/LightningJit/Cache/CacheMemoryAllocator.cs b/src/Ryujinx.Cpu/LightningJit/Cache/CacheMemoryAllocator.cs index 3837824f3..8ba3a6dcd 100644 --- a/src/Ryujinx.Cpu/LightningJit/Cache/CacheMemoryAllocator.cs +++ b/src/Ryujinx.Cpu/LightningJit/Cache/CacheMemoryAllocator.cs @@ -1,4 +1,3 @@ -using Ryujinx.Cpu.LightningJit.Arm32; using System; using System.Collections.Generic; using System.Diagnostics;