summaryrefslogtreecommitdiffstats
path: root/src/libthread/386.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-21 23:43:46 +0000
committerrsc <devnull@localhost>2004-04-21 23:43:46 +0000
commit7e42d210121c9c2898caddcfc09d7e8d836c252e (patch)
treef83363d352e4ecfd3ae4c2d0c166cfa955c41c5d /src/libthread/386.c
parente12fa2a49ba303cee8d302f1911bd55545ada98e (diff)
downloadplan9port-7e42d210121c9c2898caddcfc09d7e8d836c252e.tar.gz
plan9port-7e42d210121c9c2898caddcfc09d7e8d836c252e.zip
odds and ends
Diffstat (limited to 'src/libthread/386.c')
-rw-r--r--src/libthread/386.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libthread/386.c b/src/libthread/386.c
index 3fbf0afe..d8052f09 100644
--- a/src/libthread/386.c
+++ b/src/libthread/386.c
@@ -3,7 +3,6 @@
* To use this you need some patches to Valgrind that
* let it help out with detecting stack overflow.
*/
-#define USEVALGRIND 0
#ifdef USEVALGRIND
#include <valgrind/memcheck.h>
#endif