Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/atari Remove a declaration of unused variable.
details: https://anonhg.NetBSD.org/src/rev/236fde72b417
branches: trunk
changeset: 753887:236fde72b417
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Tue Apr 13 09:49:54 2010 +0000
description:
Remove a declaration of unused variable.
diffstat:
sys/arch/atari/atari/pmap_bootstrap.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 573ce52c4bc8 -r 236fde72b417 sys/arch/atari/atari/pmap_bootstrap.c
--- a/sys/arch/atari/atari/pmap_bootstrap.c Tue Apr 13 09:27:58 2010 +0000
+++ b/sys/arch/atari/atari/pmap_bootstrap.c Tue Apr 13 09:49:54 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_bootstrap.c,v 1.6 2009/12/06 06:41:29 tsutsui Exp $ */
+/* $NetBSD: pmap_bootstrap.c,v 1.7 2010/04/13 09:49:54 tsutsui Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -83,9 +83,6 @@
extern paddr_t avail_start;
extern paddr_t avail_end;
-#if defined(M68040) || defined(M68060)
-extern u_int protostfree;
-#endif
extern paddr_t msgbufpa;
Home |
Main Index |
Thread Index |
Old Index