summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-07-10 21:13:28 +0000
committermarcel <marcel@FreeBSD.org>2004-07-10 21:13:28 +0000
commit153c72172f626ce175ee4703e96a9a25c9195f13 (patch)
tree7423b54830b1478207a11af2f2ff3ca5cc044109 /sys/dev
parentd6d823aef55e7d0b52ac4c4cab6dfbf9a128f8af (diff)
downloadFreeBSD-src-153c72172f626ce175ee4703e96a9a25c9195f13.zip
FreeBSD-src-153c72172f626ce175ee4703e96a9a25c9195f13.tar.gz
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.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/pcm/sound.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
index 5eae8e3..1b12973 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
OpenPOWER on IntegriCloud