Remove unneeded <sys/stdarg.h>.
authorvisa <visa@openbsd.org>
Wed, 24 Nov 2021 12:40:40 +0000 (12:40 +0000)
committervisa <visa@openbsd.org>
Wed, 24 Nov 2021 12:40:40 +0000 (12:40 +0000)
OK guenther@

sys/kern/kern_kthread.c

index 0de0cf8..0360c22 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kern_kthread.c,v 1.44 2020/02/21 11:10:23 claudio Exp $       */
+/*     $OpenBSD: kern_kthread.c,v 1.45 2021/11/24 12:40:40 visa Exp $  */
 /*     $NetBSD: kern_kthread.c,v 1.3 1998/12/22 21:21:36 kleink Exp $  */
 
 /*-
 #include <sys/malloc.h>
 #include <sys/queue.h>
 
-
-/*
- * note that stdarg.h and the ansi style va_start macro is used for both
- * ansi and traditional c compilers.
- * XXX: this requires that stdarg.h define: va_alist and va_dcl
- */
-#include <sys/stdarg.h>
-
 int    kthread_create_now;
 
 /*