Module Name: src
Committed By: pooka
Date: Mon Apr 29 19:31:47 UTC 2013
Modified Files:
src/sys/rump/librump/rumpvfs: rump_vfs.c
Log Message:
g/c unused
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/rump/librump/rumpvfs/rump_vfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpvfs/rump_vfs.c
diff -u src/sys/rump/librump/rumpvfs/rump_vfs.c:1.75 src/sys/rump/librump/rumpvfs/rump_vfs.c:1.76
--- src/sys/rump/librump/rumpvfs/rump_vfs.c:1.75 Mon Apr 29 17:31:05 2013
+++ src/sys/rump/librump/rumpvfs/rump_vfs.c Mon Apr 29 19:31:46 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_vfs.c,v 1.75 2013/04/29 17:31:05 pooka Exp $ */
+/* $NetBSD: rump_vfs.c,v 1.76 2013/04/29 19:31:46 pooka Exp $ */
/*
* Copyright (c) 2008 Antti Kantee. All Rights Reserved.
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_vfs.c,v 1.75 2013/04/29 17:31:05 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_vfs.c,v 1.76 2013/04/29 19:31:46 pooka Exp $");
#include <sys/param.h>
#include <sys/buf.h>
@@ -93,7 +93,6 @@ RUMP_COMPONENT(RUMP__FACTION_VFS)
{
extern struct vfsops rumpfs_vfsops;
char buf[64];
- int error;
int rv, i;
/* initialize indirect interfaces */