summaryrefslogtreecommitdiffstats
path: root/sys/sys/conf.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2017-01-07 11:32:54 +0000
committerkib <kib@FreeBSD.org>2017-01-07 11:32:54 +0000
commit8ac019d74a876eaa5fe38a62435a18b721e85823 (patch)
tree09136deb7da0ade5465fb5c4d9f6c64cae608474 /sys/sys/conf.h
parente28b4d14bca4773dc91cdf9c7b6b92ad4f59f52a (diff)
downloadFreeBSD-src-8ac019d74a876eaa5fe38a62435a18b721e85823.zip
FreeBSD-src-8ac019d74a876eaa5fe38a62435a18b721e85823.tar.gz
MFC r310925:
Remove unused declaration.
Diffstat (limited to 'sys/sys/conf.h')
-rw-r--r--sys/sys/conf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/conf.h b/sys/sys/conf.h
index 2bfc14f..264a6d8 100644
--- a/sys/sys/conf.h
+++ b/sys/sys/conf.h
@@ -285,7 +285,6 @@ int make_dev_physpath_alias(int _flags, struct cdev **_cdev,
const char *_physpath);
void dev_lock(void);
void dev_unlock(void);
-void setconf(void);
#ifdef KLD_MODULE
#define MAKEDEV_ETERNAL_KLD 0
OpenPOWER on IntegriCloud