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.
This commit is contained in:
Marcel Moolenaar 2004-07-10 21:13:28 +00:00
parent 23decc8a2f
commit b8c48216b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131919

View File

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