disk: BIOS: Remove useless disk_read_sectors() call

This commit is contained in:
mintsuki 2024-05-07 20:05:04 +02:00
parent 903662feaf
commit 10e0ca6aaa

View File

@ -262,10 +262,6 @@ void disk_create_index(void) {
continue;
}
if (disk_read_sectors(block, xfer_buf, 0, 1) != DISK_SUCCESS) {
continue;
}
block->is_optical = is_removable;
if (block->is_optical) {