summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/dev.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/dev.c b/src/core/dev.c
index cd69d3495..0f9936a0f 100644
--- a/src/core/dev.c
+++ b/src/core/dev.c
@@ -9,9 +9,6 @@ extern struct boot_driver boot_drivers_end[];
/* Current attempted boot driver */
static struct boot_driver *boot_driver = boot_drivers;
-/* Current boot device */
-struct dev dev;
-
/* Print all drivers */
void print_drivers ( void ) {
struct boot_driver *driver;