Move THREAD_JOIN_IMPLEMENTED to constants.h.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 22 Sep 2004 00:27:30 +0000 (00:27 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 22 Sep 2004 00:27:30 +0000 (00:27 +0000)
src/tests/threads/p1-1.c
src/tests/threads/p1-4.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"
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*/