Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/raid Remove some commented-out stuff accidentall...



details:   https://anonhg.NetBSD.org/src/rev/ce041096e49b
branches:  trunk
changeset: 448438:ce041096e49b
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Feb 03 09:32:07 2019 +0000

description:
Remove some commented-out stuff accidentally left in the previous commit.

It's just comments, NFCI

diffstat:

 sys/modules/raid/Makefile |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (23 lines):

diff -r c7afb88ae784 -r ce041096e49b sys/modules/raid/Makefile
--- a/sys/modules/raid/Makefile Sun Feb 03 08:02:58 2019 +0000
+++ b/sys/modules/raid/Makefile Sun Feb 03 09:32:07 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2019/02/03 08:02:25 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.4 2019/02/03 09:32:07 pgoyette Exp $
 
 .include "../Makefile.inc"
 
@@ -41,13 +41,4 @@
 CPPFLAGS+=     -DRF_INCLUDE_PARITY_DECLUSTERING=1
 CPPFLAGS+=     -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1
 
-#XXX
-#.if ${MACHINE_CPU} == "sparc64" || \
-#    ${MACHINE_CPU} == "x86_64" || \
-#    ${MACHINE_CPU} == "mips64"
-#SRCS+=        rf_compat32.c
-#CPPFLAGS+=    -DCOMPAT_NETBSD32
-#.endif
-
-
 .include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index