diff --git a/sys/kern/kern_fileassoc.c b/sys/kern/kern_fileassoc.c index 0249084dcd4c..c3593835f57f 100644 --- a/sys/kern/kern_fileassoc.c +++ b/sys/kern/kern_fileassoc.c @@ -1,4 +1,4 @@ -/* $NetBSD: kern_fileassoc.c,v 1.23 2007/02/07 09:38:04 elad Exp $ */ +/* $NetBSD: kern_fileassoc.c,v 1.24 2007/02/08 16:06:58 elad Exp $ */ /*- * Copyright (c) 2006 Elad Efrat @@ -28,7 +28,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: kern_fileassoc.c,v 1.23 2007/02/07 09:38:04 elad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: kern_fileassoc.c,v 1.24 2007/02/08 16:06:58 elad Exp $"); #include "opt_fileassoc.h" @@ -57,7 +57,6 @@ static struct fileassoc_hash_entry * fileassoc_file_add(struct vnode *, fhandle_t *); static struct fileassoc_table *fileassoc_table_resize(struct fileassoc_table *); - static specificdata_domain_t fileassoc_domain; static specificdata_key_t fileassoc_mountspecific_key;