summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2004-01-16 22:54:33 +0000
committerBrian Feldman <green@FreeBSD.org>2004-01-16 22:54:33 +0000
commit478382096e31a11b42facf78ae207d9a66dc922e (patch)
tree7c0ca73ee68ea083436442d10954f62f6aa59b3b
parent56a9fc0e93bd44e6eee3d544942db38ffd289514 (diff)
Notes
-rw-r--r--sys/fs/unionfs/union_subr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/unionfs/union_subr.c b/sys/fs/unionfs/union_subr.c
index fab061a12f5f..6c7dca78250a 100644
--- a/sys/fs/unionfs/union_subr.c
+++ b/sys/fs/unionfs/union_subr.c
@@ -1169,8 +1169,6 @@ void
union_removed_upper(un)
struct union_node *un;
{
- struct thread *td = curthread;
-
if (un->un_flags & UN_CACHED) {
int hash = UNION_HASH(un->un_uppervp, un->un_lowervp);