Remove the '#undef DEBUG' that should not be committed.

This commit is contained in:
Luiz Otavio O Souza 2014-12-27 14:06:05 +00:00
parent 1432fa20f3
commit abba73f295
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276298

View File

@ -76,7 +76,6 @@ __FBSDID("$FreeBSD$");
mtx_unlock(&(sc)->lock); \
} while(0)
#undef DEBUG
#ifdef DEBUG
#define dprintf(fmt, args...) printf(fmt, ##args)
#else