Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Remove commented #include



details:   https://anonhg.NetBSD.org/src/rev/118eac249def
branches:  trunk
changeset: 346398:118eac249def
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jul 11 19:05:57 2016 +0000

description:
Remove commented #include

diffstat:

 sys/arch/mips/include/cpu.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r bf19ad50b945 -r 118eac249def sys/arch/mips/include/cpu.h
--- a/sys/arch/mips/include/cpu.h       Mon Jul 11 19:05:02 2016 +0000
+++ b/sys/arch/mips/include/cpu.h       Mon Jul 11 19:05:57 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.118 2016/07/11 16:15:35 matt Exp $   */
+/*     $NetBSD: cpu.h,v 1.119 2016/07/11 19:05:57 skrll Exp $  */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -37,8 +37,6 @@
 #ifndef _CPU_H_
 #define _CPU_H_
 
-//#include <mips/cpuregs.h>
-
 /*
  * Exported definitions unique to NetBSD/mips cpu support.
  */



Home | Main Index | Thread Index | Old Index