commit 75a41e0044c87a9086a3ab06b04f2950dd363230
Author: Sascha Wildner <[email protected]>
Date: Fri Jul 11 21:52:32 2014 +0200
kernel: Remove unused functions vop_panic() and vfs_std{,un}mount().
vop_panic()'s last usage was removed in 2009 (in bdc5802715465c8)
while vfs_stdmount() and vfs_stdunmount() were inherited from FreeBSD
but never used at all.
Summary of changes:
sys/kern/vfs_default.c | 18 ------------------
sys/sys/mount.h | 2 --
sys/sys/vnode.h | 1 -
3 files changed, 21 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/75a41e0044c87a9086a3ab06b04f2950dd363230
--
DragonFly BSD source repository