From e9a9da0936905919ddd5f5169a95707204ef9da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Thu, 14 Dec 2023 16:58:48 -0500 Subject: [PATCH] Remove kprintf from test --- test/libc/runtime/zipos_test.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/libc/runtime/zipos_test.c b/test/libc/runtime/zipos_test.c index 0cb17fa9c..671e20f29 100644 --- a/test/libc/runtime/zipos_test.c +++ b/test/libc/runtime/zipos_test.c @@ -19,7 +19,6 @@ #include "libc/calls/calls.h" #include "libc/calls/struct/stat.h" #include "libc/errno.h" -#include "libc/intrin/kprintf.h" #include "libc/limits.h" #include "libc/mem/gc.h" #include "libc/mem/gc.internal.h" @@ -148,8 +147,6 @@ static void *pthread_main(void *ptr) { struct State children[2]; int fd, rc; - kprintf("pthread_main depth:%d fd:%d\n", s->depth, s->fd); - fd = s->fd; if (s->depth < 3) { for (int i = 0; i < 2; ++i) {