X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fp1-1.c;h=03c4d72bc519535a3d622f6e2a1ed51a313e16b1;hb=a8fc8d99c17d217d31f76b040cc8e767ba3a44a5;hp=cd1b8b91223350b589d1643a6e791efc65f76b3e;hpb=af42b7cc9c85b36ae0fa5da75e4dab80ac236059;p=pintos-anon diff --git a/src/tests/threads/p1-1.c b/src/tests/threads/p1-1.c index cd1b8b9..03c4d72 100644 --- a/src/tests/threads/p1-1.c +++ b/src/tests/threads/p1-1.c @@ -10,9 +10,6 @@ Taskar , and Toli Kuznets . */ -/* If you've implemented thread_join(), you can uncomment this. */ -/*#define THREAD_JOIN_IMPLEMENTED*/ - #include "threads/test.h" #include #include "threads/synch.h"