summaryrefslogtreecommitdiff
path: root/ruth
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2009-02-24 04:05:58 +0100
committerNeal H. Walfield <neal@gnu.org>2009-03-01 21:03:11 +0100
commitc375a71efab7350a4febb0186cd95362b4231cf3 (patch)
tree73e01a16fc0fe0145db1a12e1da539280bec5ad6 /ruth
parent5b7cdcca8ce9389ccd138c69c72e769a3aea48a8 (diff)
Disable some debugging output.
Diffstat (limited to 'ruth')
-rw-r--r--ruth/ruth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ruth/ruth.c b/ruth/ruth.c
index c27fe80..4b1ede6 100644
--- a/ruth/ruth.c
+++ b/ruth/ruth.c
@@ -346,7 +346,6 @@ main (int argc, char *argv[])
printf ("ok.\n");
}
-#if 0
{
int done = 0;
char stack[0x1000];
@@ -398,7 +397,6 @@ main (int argc, char *argv[])
printf ("ok.\n");
}
-#endif
{
printf ("Checking pthread library... ");