diff options
author | 2001-02-19 18:26:27 +0000 | |
---|---|---|
committer | 2001-02-19 18:26:27 +0000 | |
commit | 913a587d9dcc8192061ef387a553c335982ad25f (patch) | |
tree | abd10f1fc850c7f17008dab06ea473b6091f01de | |
parent | Indentation nit. (diff) | |
download | wireguard-openbsd-913a587d9dcc8192061ef387a553c335982ad25f.tar.xz wireguard-openbsd-913a587d9dcc8192061ef387a553c335982ad25f.zip |
Zap some unnecessary defines.
-rw-r--r-- | sys/arch/amiga/dev/aucc.c | 8 |
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; |