Removed a commented out section from scsi/scsi.c.

This commit is contained in:
OBattler
2024-05-03 19:01:33 +02:00
parent 895c1cad66
commit 907daed3b1

View File

@@ -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) {