Move THREAD_JOIN_IMPLEMENTED to constants.h.
[pintos-anon] / src / tests / threads / p1-4.c
index 7c97e3798b077e98d34e7e44327d4a12541892c5..1ec2b82e52824a1c075a77ce7eb17d1e0558388f 100644 (file)
@@ -12,9 +12,6 @@
    <gmh@leland.stanford.edu>, Yu Ping Hu <yph@cs.stanford.edu>.
    Modified by arens and yph. */
 
-/* If you've implemented thread_join(), you can uncomment this. */
-/*#define THREAD_JOIN_IMPLEMENTED*/
-
 /* Uncomment to print progress messages. */
 /*#define SHOW_PROGRESS*/