Module Name: src
Committed By: pooka
Date: Fri Nov 19 17:11:20 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: rump.c
Log Message:
remove no longer necessary code
To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 src/sys/rump/librump/rumpkern/rump.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/rumpkern/rump.c
diff -u src/sys/rump/librump/rumpkern/rump.c:1.201 src/sys/rump/librump/rumpkern/rump.c:1.202
--- src/sys/rump/librump/rumpkern/rump.c:1.201 Fri Nov 19 17:06:56 2010
+++ src/sys/rump/librump/rumpkern/rump.c Fri Nov 19 17:11:20 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: rump.c,v 1.201 2010/11/19 17:06:56 pooka Exp $ */
+/* $NetBSD: rump.c,v 1.202 2010/11/19 17:11:20 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.201 2010/11/19 17:06:56 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.202 2010/11/19 17:11:20 pooka Exp $");
#include <sys/systm.h>
#define ELFSIZE ARCH_ELFSIZE
@@ -105,7 +105,6 @@
* but good enough for now.
*/
static struct vmspace sp_vmspace;
-static bool iamtheserver = false;
static int rump_proxy_syscall(int, void *, register_t *);
@@ -233,7 +232,6 @@
error = rumpuser_sp_init(&spops, buf);
if (error)
return error;
- iamtheserver = true;
}
if (rumpuser_getversion() != RUMPUSER_VERSION) {