Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/sh3 Really remove unused variable.
details: https://anonhg.NetBSD.org/src/rev/8fe8c8f6350f
branches: trunk
changeset: 791439:8fe8c8f6350f
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Nov 18 15:34:06 2013 +0000
description:
Really remove unused variable.
diffstat:
sys/arch/sh3/sh3/cache.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r d37566311a81 -r 8fe8c8f6350f sys/arch/sh3/sh3/cache.c
--- a/sys/arch/sh3/sh3/cache.c Mon Nov 18 11:48:34 2013 +0000
+++ b/sys/arch/sh3/sh3/cache.c Mon Nov 18 15:34:06 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cache.c,v 1.18 2013/11/14 13:54:08 skrll Exp $ */
+/* $NetBSD: cache.c,v 1.19 2013/11/18 15:34:06 skrll Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cache.c,v 1.18 2013/11/14 13:54:08 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cache.c,v 1.19 2013/11/18 15:34:06 skrll Exp $");
#include "opt_cache.h"
#include "opt_memsize.h" /* IOM_RAM_BEGIN */
@@ -166,7 +166,6 @@
(void)*p;
p += 4; /* next line index (16B) */
}
- __USE(d);
/* Flush I-Cache */
/*
Home |
Main Index |
Thread Index |
Old Index