X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fthreads.texi;h=1905707ffa09a631d2a7114febf6472438b52d93;hb=18654de05aa2c2fa2cc63e2c9c30b9dc536a33d7;hp=44066d2f4b9e7e46d581b2dc23cc6269163ab160;hpb=d720fd54dc53abb8297f20e7d1eeaa6548a1df69;p=pintos-anon diff --git a/doc/threads.texi b/doc/threads.texi index 44066d2..1905707 100644 --- a/doc/threads.texi +++ b/doc/threads.texi @@ -502,10 +502,6 @@ Write test code that demonstrates the cases your join works for. Be careful to program this function correctly. You will need its functionality for project 2. -Once you've implemented @func{thread_join}, define -@code{THREAD_JOIN_IMPLEMENTED} in @file{constants.h}. -@xref{Conditional Compilation}, for more information. - @node Problem 1-3 Priority Scheduling @section Problem 1-3: Priority Scheduling