X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fthreads%2Finit.h;fp=src%2Fthreads%2Finit.h;h=fed649bb60e08a93b4c7c97ac3f1d02b04535653;hp=1d6c5c6fdd2d88bdaf765e672f8924687d42f32a;hb=c9c283cb3e26a5b6d918ee47dcf8efe28522b18d;hpb=e16cf23bd993de3726287f9920efa8f667232423 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 */