summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-04-14 03:40:42 +0000
committerpeter <peter@FreeBSD.org>1997-04-14 03:40:42 +0000
commit05ac2f5194eb187a3d330758891fa194e5a285e0 (patch)
treed417a32419fd7795c35749c4a3fea3d12fc0af36 /sys/vm/vm_glue.c
parent9fb6b2694974886a6b3fb578d2389d904865c614 (diff)
downloadFreeBSD-src-05ac2f5194eb187a3d330758891fa194e5a285e0.zip
FreeBSD-src-05ac2f5194eb187a3d330758891fa194e5a285e0.tar.gz
Unused variable (upobj is now purely handled within pmap)
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index b49b25f..beba123 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -59,7 +59,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_glue.c,v 1.62 1997/04/07 07:16:04 peter Exp $
+ * $Id: vm_glue.c,v 1.63 1997/04/13 01:48:34 dyson Exp $
*/
#include "opt_rlimit.h"
@@ -209,7 +209,6 @@ vm_fork(p1, p2, flags)
register struct user *up;
int i;
pmap_t pvp;
- vm_object_t upobj;
if (flags & RFMEM) {
p2->p_vmspace = p1->p_vmspace;
OpenPOWER on IntegriCloud