summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-05-11 19:50:34 +0000
committerpjd <pjd@FreeBSD.org>2005-05-11 19:50:34 +0000
commit91b47597be331175a062e1136fa8bc84e20d36f1 (patch)
tree1ca994765ced05716073bea75104656f5274b581
parent0a798a236dd3c56e0a29573dcca5c6e1c512602b (diff)
downloadFreeBSD-src-91b47597be331175a062e1136fa8bc84e20d36f1.zip
FreeBSD-src-91b47597be331175a062e1136fa8bc84e20d36f1.tar.gz
Remove unised variable introduced by accident in rev 1.168.
Found by: Coverity Prevent analysis tool
-rw-r--r--sys/kern/vfs_mount.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 2e11ab4..e357892 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -1193,12 +1193,9 @@ vfs_mountroot(void)
{
char *cp;
int error, i, asked = 0;
- struct mount *mp;
root_mount_wait();
- mp = devfs_first();
-
/*
* We are booted with instructions to prompt for the root filesystem.
*/
OpenPOWER on IntegriCloud