diff options
author | kib <kib@FreeBSD.org> | 2017-01-07 11:32:54 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2017-01-07 11:32:54 +0000 |
commit | 8ac019d74a876eaa5fe38a62435a18b721e85823 (patch) | |
tree | 09136deb7da0ade5465fb5c4d9f6c64cae608474 | |
parent | e28b4d14bca4773dc91cdf9c7b6b92ad4f59f52a (diff) | |
download | FreeBSD-src-8ac019d74a876eaa5fe38a62435a18b721e85823.zip FreeBSD-src-8ac019d74a876eaa5fe38a62435a18b721e85823.tar.gz |
MFC r310925:
Remove unused declaration.
-rw-r--r-- | sys/sys/conf.h | 1 |
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 |