Parse command-line options much earlier, so that thread_mlfqs is
[pintos-anon] / src / devices / vga.h
index 190cf2158952123f27a55397b4c8ea6650eab024..59690fb734a1c3abf8e1cc35fff916c6633aa3a6 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef DEVICES_VGA_H
 #define DEVICES_VGA_H
 
-void vga_init (void);
 void vga_putc (int);
 
 #endif /* devices/vga.h */