Move THREAD_JOIN_IMPLEMENTED to constants.h.
[pintos-anon] / src / tests / threads / p1-1.c
index cd1b8b91223350b589d1643a6e791efc65f76b3e..03c4d72bc519535a3d622f6e2a1ed51a313e16b1 100644 (file)
@@ -10,9 +10,6 @@
    Taskar <btaskar@cs.stanford.edu>, and Toli Kuznets
    <tolik@cs.stanford.edu>. */
 
-/* If you've implemented thread_join(), you can uncomment this. */
-/*#define THREAD_JOIN_IMPLEMENTED*/
-
 #include "threads/test.h"
 #include <stdio.h>
 #include "threads/synch.h"