Cleanup - it's no longer necessary to manually reset global variables.
[seabios.git] / src / block.c
index b6b1902679bc6248781d7c8cef240340db0f5c96..3f4b13faaad9d314da0f0d7caa59dba31fbf7c15 100644 (file)
@@ -329,14 +329,3 @@ send_disk_op(struct disk_op_s *op)
 
     return stack_hop((u32)op, GET_SEG(SS), __send_disk_op);
 }
-
-
-/****************************************************************
- * Setup
- ****************************************************************/
-
-void
-drive_setup(void)
-{
-    memset(&Drives, 0, sizeof(Drives));
-}