Get rid of THREAD_JOIN_IMPLEMENTED by adding thread_join() stub.
[pintos-anon] / src / constants.h
index 6fca7494e6ecf9cc93f6d865611e16daf4272aac..8ffe2f622781e6581426aea5b7b6f9097f031e66 100644 (file)
@@ -6,6 +6,3 @@
 
 /* Example definition. */
 /*#define MACRONAME 1 */
-
-/* Uncomment if if you've implemented thread_join(). */
-/*#define THREAD_JOIN_IMPLEMENTED 1*/