From 656618f310c4032a5447463aae685e4e8829cab1 Mon Sep 17 00:00:00 2001 From: feos Date: Mon, 9 Dec 2024 20:48:43 +0300 Subject: [PATCH] analyzer makes sure to only ever report one problem at a time? --- .../Computers/Amiga/PUAE.IDriveLight.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.IDriveLight.cs b/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.IDriveLight.cs index f9098032b9..d842c0e375 100644 --- a/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.IDriveLight.cs +++ b/src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.IDriveLight.cs @@ -1,7 +1,4 @@ -using System.Collections.Generic; -using System.Text; - -using BizHawk.Common; +using BizHawk.Common; using BizHawk.Emulation.Common; namespace BizHawk.Emulation.Cores.Computers.Amiga