From 907daed3b116289a5125c2b5ad0678eb1e36bd58 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 3 May 2024 19:01:33 +0200 Subject: [PATCH] Removed a commented out section from scsi/scsi.c. --- src/scsi/scsi.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/scsi/scsi.c b/src/scsi/scsi.c index aecbcadec..23c3e65f3 100644 --- a/src/scsi/scsi.c +++ b/src/scsi/scsi.c @@ -171,11 +171,6 @@ scsi_card_init(void) { int max = SCSI_CARD_MAX; - /* On-board SCSI controllers get the first bus, so if one is present, - increase our instance number here. */ - // if (machine_has_flags(machine, MACHINE_SCSI)) - // max--; - /* Do not initialize any controllers if we have do not have any SCSI bus left. */ if (max > 0) {