1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-09 02:26:27 +00:00

Remove EMUDEBUG [un]def. This should be done in the Makefile.

This commit is contained in:
David E. O'Brien 2004-01-11 01:34:41 +00:00
parent 0be1e825d6
commit c1d6534deb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124358

View File

@ -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;