diff options
| author | Brian Feldman <green@FreeBSD.org> | 2004-01-16 22:54:33 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2004-01-16 22:54:33 +0000 |
| commit | 478382096e31a11b42facf78ae207d9a66dc922e (patch) | |
| tree | 7c0ca73ee68ea083436442d10954f62f6aa59b3b | |
| parent | 56a9fc0e93bd44e6eee3d544942db38ffd289514 (diff) | |
Notes
| -rw-r--r-- | sys/fs/unionfs/union_subr.c | 2 |
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); |
