summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-02-19 18:26:27 +0000
committerart <art@openbsd.org>2001-02-19 18:26:27 +0000
commit913a587d9dcc8192061ef387a553c335982ad25f (patch)
treeabd10f1fc850c7f17008dab06ea473b6091f01de
parentIndentation nit. (diff)
downloadwireguard-openbsd-913a587d9dcc8192061ef387a553c335982ad25f.tar.xz
wireguard-openbsd-913a587d9dcc8192061ef387a553c335982ad25f.zip
Zap some unnecessary defines.
-rw-r--r--sys/arch/amiga/dev/aucc.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/amiga/dev/aucc.c b/sys/arch/amiga/dev/aucc.c
index e9124768ced..ece4504dd92 100644
--- a/sys/arch/amiga/dev/aucc.c
+++ b/sys/arch/amiga/dev/aucc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aucc.c,v 1.5 1999/01/02 00:02:49 niklas Exp $ */
+/* $OpenBSD: aucc.c,v 1.6 2001/02/19 18:26:27 art Exp $ */
/* $NetBSD: aucc.c,v 1.22 1998/01/12 10:39:10 thorpej Exp $ */
/*
@@ -70,12 +70,6 @@ int auccdebug = 1;
#define DPRINTF(x)
#endif
-#ifdef splaudio
-#undef splaudio
-#endif
-
-#define splaudio() spl4();
-
/* clock frequency.. */
extern int eclockfreq;