From c40732bfb719a361e3d16f9ea9ee9a66d49c926f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 22 Sep 2004 00:27:30 +0000 Subject: [PATCH] Move THREAD_JOIN_IMPLEMENTED to constants.h. --- src/tests/threads/p1-1.c | 3 --- src/tests/threads/p1-4.c | 3 --- 2 files changed, 6 deletions(-) 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" diff --git a/src/tests/threads/p1-4.c b/src/tests/threads/p1-4.c index 7c97e37..1ec2b82 100644 --- a/src/tests/threads/p1-4.c +++ b/src/tests/threads/p1-4.c @@ -12,9 +12,6 @@ , Yu Ping Hu . 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*/ -- 2.30.2