aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2007-10-20 09:41:55 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2007-10-20 09:41:55 +0000
commit51662691fd769697eb0d9298bc5d34914de94696 (patch)
tree750edea3094e0fa995a2ff5a6645afd7377ba011
parent544f7141980f920fef2575f16b96f9877a1c7f9d (diff)
downloadsrc-51662691fd769697eb0d9298bc5d34914de94696.tar.gz
src-51662691fd769697eb0d9298bc5d34914de94696.zip
Remove redundant prototypes.
Notes
Notes: svn path=/head/; revision=172826
-rw-r--r--sys/sys/vnode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index d1170f2095a2..a1a697acc90c 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -591,8 +591,6 @@ void vattr_null(struct vattr *vap);
int vcount(struct vnode *vp);
void vdrop(struct vnode *);
void vdropl(struct vnode *);
-void vfs_add_vnodeops(const void *);
-void vfs_rm_vnodeops(const void *);
int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);
int vget(struct vnode *vp, int lockflag, struct thread *td);
void vgone(struct vnode *vp);