From: Soumyajyotii Ssarkar Date: Mon, 3 Nov 2025 18:40:31 +0000 (+0530) Subject: ncr710: Drop leftover debug code X-Git-Tag: v10.2.0-rc1~14^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32878c6b4a2e399435bea0d0a2075c9379e55473;p=thirdparty%2Fqemu.git ncr710: Drop leftover debug code That code was part of some debugging code. Now it has no effect any longer, so let's drop it. Reported-by: Stefan Hajnoczi Signed-off-by: Soumyajyotii Ssarkar Reviewed-by: Helge Deller Signed-off-by: Helge Deller --- diff --git a/hw/scsi/ncr53c710.c b/hw/scsi/ncr53c710.c index a35c41b67f..aaac31cbb9 100644 --- a/hw/scsi/ncr53c710.c +++ b/hw/scsi/ncr53c710.c @@ -1361,11 +1361,6 @@ again: case PHASE_DI: s->waiting = NCR710_WAIT_DMA; ncr710_do_dma(s, 0); - if (s->waiting != NCR710_WAIT_NONE) { - /* Async - stop and wait */ - break; - } - /* Sync - continue execution */ break; case PHASE_CO: ncr710_do_command(s);