summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ccd/ccd.c1
-rw-r--r--sys/geom/geom_ccd.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c
index b70f8c2..7109468 100644
--- a/sys/dev/ccd/ccd.c
+++ b/sys/dev/ccd/ccd.c
@@ -1586,7 +1586,6 @@ ccdlookup(path, p, vpp)
{
struct nameidata nd;
struct vnode *vp;
- struct vattr va;
int error;
NDINIT(&nd, LOOKUP, FOLLOW, UIO_USERSPACE, path, p);
diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c
index b70f8c2..7109468 100644
--- a/sys/geom/geom_ccd.c
+++ b/sys/geom/geom_ccd.c
@@ -1586,7 +1586,6 @@ ccdlookup(path, p, vpp)
{
struct nameidata nd;
struct vnode *vp;
- struct vattr va;
int error;
NDINIT(&nd, LOOKUP, FOLLOW, UIO_USERSPACE, path, p);
OpenPOWER on IntegriCloud