Remove redundant declaration for sysctl kern.

This is trying to fix the GCC build.

MFC after:	1 month
X-MFC-With:	r290663
This commit is contained in:
Bryan Drewery 2015-11-11 16:24:52 +00:00
parent 5d811cd568
commit b3932817a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290676

View File

@ -168,7 +168,6 @@ kerntest_frwk_fini(void)
static int kerntest_execute(SYSCTL_HANDLER_ARGS);
SYSCTL_DECL(_kern);
SYSCTL_NODE(_kern, OID_AUTO, testfrwk, CTLFLAG_RW, 0, "Kernel Test Framework");
SYSCTL_PROC(_kern_testfrwk, OID_AUTO, runtest, (CTLTYPE_STRUCT | CTLFLAG_RW),
0, 0, kerntest_execute, "IU", "Execute a kernel test");