Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Removed unused variable



details:   https://anonhg.NetBSD.org/src/rev/0b8c73746d1b
branches:  trunk
changeset: 346447:0b8c73746d1b
user:      maya <maya%NetBSD.org@localhost>
date:      Wed Jul 13 15:12:20 2016 +0000

description:
Removed unused variable

diffstat:

 sys/arch/mips/mips/bus_space_alignstride_chipdep.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r f6592d90ff82 -r 0b8c73746d1b sys/arch/mips/mips/bus_space_alignstride_chipdep.c
--- a/sys/arch/mips/mips/bus_space_alignstride_chipdep.c        Wed Jul 13 13:10:04 2016 +0000
+++ b/sys/arch/mips/mips/bus_space_alignstride_chipdep.c        Wed Jul 13 15:12:20 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_space_alignstride_chipdep.c,v 1.27 2016/07/12 03:49:32 matt Exp $ */
+/* $NetBSD: bus_space_alignstride_chipdep.c,v 1.28 2016/07/13 15:12:20 maya Exp $ */
 
 /*-
  * Copyright (c) 1998, 2000, 2001 The NetBSD Foundation, Inc.
@@ -86,7 +86,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_space_alignstride_chipdep.c,v 1.27 2016/07/12 03:49:32 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_space_alignstride_chipdep.c,v 1.28 2016/07/13 15:12:20 maya Exp $");
 
 #ifdef CHIP_EXTENT
 #include <sys/extent.h>
@@ -1015,8 +1015,6 @@
 __BS(read_stream_8)(void *v, bus_space_handle_t h, bus_size_t off)
 {
 #ifdef MIPS3_64BIT
-       volatile uint64_t *ptr;
-
        h += CHIP_OFF64(off);
        return mips3_ld(h);
 #else



Home | Main Index | Thread Index | Old Index