diff options
author | obrien <obrien@FreeBSD.org> | 2004-01-11 01:34:41 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-01-11 01:34:41 +0000 |
commit | ad9cde45fa599fbe173514048c3bef09b3786b4c (patch) | |
tree | 07ba73631b5fc49635e7302e232c4f2382101a9c /sys/dev/sound | |
parent | 6f9fb3945a17afac34f7d29ccadd96b595b91ab8 (diff) | |
download | FreeBSD-src-ad9cde45fa599fbe173514048c3bef09b3786b4c.zip FreeBSD-src-ad9cde45fa599fbe173514048c3bef09b3786b4c.tar.gz |
Remove EMUDEBUG [un]def. This should be done in the Makefile.
Diffstat (limited to 'sys/dev/sound')
-rw-r--r-- | sys/dev/sound/pci/emu10k1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/emu10k1.c b/sys/dev/sound/pci/emu10k1.c index 95ab424..c82e9e2 100644 --- a/sys/dev/sound/pci/emu10k1.c +++ b/sys/dev/sound/pci/emu10k1.c @@ -47,7 +47,6 @@ SND_DECLARE_FILE("$FreeBSD$"); #define EMU_CHANS 4 #define ENV_ON DCYSUSV_CHANNELENABLE_MASK #define ENV_OFF 0x00 /* XXX: should this be 1? */ -#undef EMUDEBUG struct emu_memblk { SLIST_ENTRY(emu_memblk) link; |