Get rid of THREAD_JOIN_IMPLEMENTED by adding thread_join() stub.
[pintos-anon] / src / constants.h
index f97b0cb141c36bb3d6a7274cd4606da036ae041a..8ffe2f622781e6581426aea5b7b6f9097f031e66 100644 (file)
@@ -4,11 +4,5 @@
    documentation.  Your code should not require other macros to
    be defined here to function properly. */
 
-/* Do not use C++-style (//) comments in this file.
-   You will break the build. */
-
 /* Example definition. */
 /*#define MACRONAME 1 */
-
-/* Uncomment if if you've implemented thread_join(). */
-/*#define THREAD_JOIN_IMPLEMENTED 1*/