summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2020-05-27 15:16:06 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2020-05-27 15:16:06 +0000
commite8086de8177c0c29f336fc6772d72e1ef900bc7a (patch)
treecb12d780b218bb5742dc062cedb24e3bc84cfd0e /sys/arch/m88k
parenta700ca9161d00539f6cc6d8a2dd189cc177f72ee (diff)
Retire <machine/varargs.h>.
Nothing uses the header anymore. OK deraadt@ mpi@
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r--sys/arch/m88k/include/varargs.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/arch/m88k/include/varargs.h b/sys/arch/m88k/include/varargs.h
deleted file mode 100644
index a399f55b2a2..00000000000
--- a/sys/arch/m88k/include/varargs.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* $OpenBSD: varargs.h,v 1.2 2006/01/06 18:53:05 millert Exp $ */
-
-#ifndef _M88K_VARARGS_H_
-#define _M88K_VARARGS_H_
-
-#define _VARARGS_H
-
-#include <machine/_types.h>
-#include <machine/va-m88k.h>
-
-typedef __va_list va_list;
-
-#endif /* _M88K_VARARGS_H_ */