diff options
author | kib <kib@FreeBSD.org> | 2017-01-07 11:58:14 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2017-01-07 11:58:14 +0000 |
commit | 5e92bb4ba4c7342272553fa6243588469df3a27b (patch) | |
tree | 7a21d83dfbc5dea6eec65497afcaafb4f0d75384 | |
parent | 8d385ec67a0a3601e5088474a75a477b420efbcb (diff) | |
download | FreeBSD-src-5e92bb4ba4c7342272553fa6243588469df3a27b.zip FreeBSD-src-5e92bb4ba4c7342272553fa6243588469df3a27b.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 946656d..95cd782 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -305,7 +305,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 |