diff options
Diffstat (limited to 'hw/fdc.c')
| -rw-r--r-- | hw/fdc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/fdc.c b/hw/fdc.c index 1d44bbd1e3..edade2bf92 100644 --- a/hw/fdc.c +++ b/hw/fdc.c @@ -1813,7 +1813,6 @@ static int fdctrl_connect_drives(FDCtrl *fdctrl) fd_revalidate(drive); if (drive->bs) { drive->media_changed = 1; - bdrv_set_removable(drive->bs, 1); bdrv_set_dev_ops(drive->bs, &fdctrl_block_ops, drive); } } |