From c9c17543190a867750965d39dc09787fff502d78 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 18 Aug 2004 00:15:14 +0000 Subject: [PATCH] Remove call to sema_self_test() from main(). --- src/threads/init.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/threads/init.c b/src/threads/init.c index f8c5f5a..477676e 100644 --- a/src/threads/init.c +++ b/src/threads/init.c @@ -88,12 +88,6 @@ main (void) thread_init (); -#if 0 - printk ("running semaphore test... "); - sema_self_test (); - printk (" done.\n"); -#endif - { struct thread *t; int i; -- 2.30.2