Remove debugging cruft.

This commit is contained in:
Dag-Erling Smørgrav 2008-07-23 16:44:20 +00:00
parent 75f31a5fe4
commit b39cb07cbc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180763

View File

@ -35,7 +35,6 @@
#include <machine/atomic.h>
#ifdef _KERNEL
#warning _KERNEL defined
#include <sys/systm.h>
#else
#define KASSERT(exp, msg) /* */