Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 Remove unused variable i accidently left st...
details: https://anonhg.NetBSD.org/src/rev/3c87d1d74d31
branches: trunk
changeset: 772480:3c87d1d74d31
user: reinoud <reinoud%NetBSD.org@localhost>
date: Thu Jan 05 17:26:57 2012 +0000
description:
Remove unused variable i accidently left standing
diffstat:
sys/arch/x86/x86/syscall.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r c5bb6646ee87 -r 3c87d1d74d31 sys/arch/x86/x86/syscall.c
--- a/sys/arch/x86/x86/syscall.c Thu Jan 05 17:18:02 2012 +0000
+++ b/sys/arch/x86/x86/syscall.c Thu Jan 05 17:26:57 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscall.c,v 1.7 2012/01/05 17:18:02 reinoud Exp $ */
+/* $NetBSD: syscall.c,v 1.8 2012/01/05 17:26:57 reinoud Exp $ */
/*-
* Copyright (c) 1998, 2000, 2009 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.7 2012/01/05 17:18:02 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.8 2012/01/05 17:26:57 reinoud Exp $");
#include "opt_sa.h"
@@ -106,7 +106,6 @@
const struct sysent *callp;
struct proc *p;
struct lwp *l;
- struct vm_map *map;
int error;
register_t code, rval[2], rip_call;
#ifdef __x86_64__
Home |
Main Index |
Thread Index |
Old Index