From: Ben Pfaff Date: Wed, 18 Aug 2004 00:15:14 +0000 (+0000) Subject: Remove call to sema_self_test() from main(). X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=c9c17543190a867750965d39dc09787fff502d78 Remove call to sema_self_test() from main(). --- 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;