Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/librump/rumpvfs g/c unused



details:   https://anonhg.NetBSD.org/src/rev/94652e51c411
branches:  trunk
changeset: 786489:94652e51c411
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Apr 29 19:31:46 2013 +0000

description:
g/c unused

diffstat:

 sys/rump/librump/rumpvfs/rump_vfs.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r da5852230c8a -r 94652e51c411 sys/rump/librump/rumpvfs/rump_vfs.c
--- a/sys/rump/librump/rumpvfs/rump_vfs.c       Mon Apr 29 18:17:53 2013 +0000
+++ b/sys/rump/librump/rumpvfs/rump_vfs.c       Mon Apr 29 19:31:46 2013 +0000
@@ -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 @@
 {
        extern struct vfsops rumpfs_vfsops;
        char buf[64];
-       int error;
        int rv, i;
 
        /* initialize indirect interfaces */



Home | Main Index | Thread Index | Old Index