summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union_subr.c
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2004-01-16 22:54:33 +0000
committergreen <green@FreeBSD.org>2004-01-16 22:54:33 +0000
commitf5f86e003a78259037db3ea51f971eb492eeabd7 (patch)
tree7c0ca73ee68ea083436442d10954f62f6aa59b3b /sys/fs/unionfs/union_subr.c
parente0a75877b59aae7157172d050fd9405dc26aa8a6 (diff)
downloadFreeBSD-src-f5f86e003a78259037db3ea51f971eb492eeabd7.zip
FreeBSD-src-f5f86e003a78259037db3ea51f971eb492eeabd7.tar.gz
Remove a warning.
Diffstat (limited to 'sys/fs/unionfs/union_subr.c')
-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 fab061a..6c7dca7 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);
OpenPOWER on IntegriCloud