Преглед изворни кода

Global struct dev is now in main.c

tags/v0.9.3
Michael Brown пре 19 година
родитељ
комит
bb293ca5c2
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0
    3
      src/core/dev.c

+ 0
- 3
src/core/dev.c Прегледај датотеку

@@ -9,9 +9,6 @@ extern struct boot_driver boot_drivers_end[];
9 9
 /* Current attempted boot driver */
10 10
 static struct boot_driver *boot_driver = boot_drivers;
11 11
 
12
-/* Current boot device */
13
-struct dev dev;
14
-
15 12
 /* Print all drivers */
16 13
 void print_drivers ( void ) {
17 14
 	struct boot_driver *driver;

Loading…
Откажи
Сачувај