Misc cleanups in init, thread.
[pintos-anon] / src / threads / init.h
index 8dfb6515e78c1075ad75f8a7365ab82537d42556..fed649bb60e08a93b4c7c97ac3f1d02b04535653 100644 (file)
@@ -6,11 +6,4 @@
 /* Physical memory size, in 4 kB pages. */
 size_t ram_pages;
 
-/* Kernel command line. */
-extern int argc;
-extern char *argv[];
-
-struct tss *tss;
-
-
 #endif /* init.h */