mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-12 15:14:24 +03:00
disk: BIOS: Remove useless disk_read_sectors() call
This commit is contained in:
parent
903662feaf
commit
10e0ca6aaa
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user