Module Name:    src
Committed By:   skrll
Date:           Mon Nov 18 15:34:06 UTC 2013

Modified Files:
        src/sys/arch/sh3/sh3: cache.c

Log Message:
Really remove unused variable.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sh3/sh3/cache.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sh3/sh3/cache.c
diff -u src/sys/arch/sh3/sh3/cache.c:1.18 src/sys/arch/sh3/sh3/cache.c:1.19
--- src/sys/arch/sh3/sh3/cache.c:1.18	Thu Nov 14 13:54:08 2013
+++ src/sys/arch/sh3/sh3/cache.c	Mon Nov 18 15:34:06 2013
@@ -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 @@ __cache_flush(void)
 		(void)*p;
 		p += 4;	/* next line index (16B) */
 	}
-	__USE(d);
 
 	/* Flush I-Cache */
 	/*

Reply via email to