mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
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:
parent
23decc8a2f
commit
b8c48216b1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131919
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user