Remove stale comment.

This commit is contained in:
Poul-Henning Kamp 2005-08-16 19:47:42 +00:00
parent 31cc57cdbd
commit b3740d656f

View File

@ -49,8 +49,6 @@ __FBSDID("$FreeBSD$");
static MALLOC_DEFINE(M_DEVT, "cdev", "cdev storage");
/* Built at compile time from sys/conf/majors */
static struct mtx devmtx;
static void freedev(struct cdev *dev);
static void destroy_devl(struct cdev *dev);