X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Finit.h;h=fed649bb60e08a93b4c7c97ac3f1d02b04535653;hb=9c0d0c3013c80231340e312720de341b7fe3400e;hp=1d6c5c6fdd2d88bdaf765e672f8924687d42f32a;hpb=e4b11e55cce16307ffae87d90c08bacb1a2f3c66;p=pintos-anon diff --git a/src/threads/init.h b/src/threads/init.h index 1d6c5c6..fed649b 100644 --- a/src/threads/init.h +++ b/src/threads/init.h @@ -6,6 +6,4 @@ /* Physical memory size, in 4 kB pages. */ size_t ram_pages; -struct tss *tss; - #endif /* init.h */