diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-07-10 21:13:28 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-07-10 21:13:28 +0000 |
commit | b8c48216b1bae3185de2c232ef5c9c612aea533c (patch) | |
tree | 7423b54830b1478207a11af2f2ff3ca5cc044109 /sys/dev/sound/pcm/sound.h | |
parent | 23decc8a2f007d638d5aa8dba6b486349f8af781 (diff) |
Remove DDB. The one user of this macro has been changed to use BVDDB.
Yes, DDB is unrelated to the debugger with the same acronym. Hence,
the change.
Notes
Notes:
svn path=/head/; revision=131919
Diffstat (limited to 'sys/dev/sound/pcm/sound.h')
-rw-r--r-- | sys/dev/sound/pcm/sound.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index 5eae8e3406e6..1b12973fc1db 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -196,7 +196,6 @@ extern devclass_t pcm_devclass; * DDB/DEB to enable/disable debugging stuff * BVDDB to enable debugging when bootverbose */ -#define DDB(x) x /* XXX */ #define BVDDB(x) if (bootverbose) x #ifndef DEB |