Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k/dev comment out unused code (for documentati...
details: https://anonhg.NetBSD.org/src/rev/9a743ac161cd
branches: trunk
changeset: 790692:9a743ac161cd
user: martin <martin%NetBSD.org@localhost>
date: Sat Oct 19 16:21:57 2013 +0000
description:
comment out unused code (for documentation purposes)
diffstat:
sys/arch/mac68k/dev/aed.c | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diffs (32 lines):
diff -r 56e8c5083d3c -r 9a743ac161cd sys/arch/mac68k/dev/aed.c
--- a/sys/arch/mac68k/dev/aed.c Sat Oct 19 16:19:13 2013 +0000
+++ b/sys/arch/mac68k/dev/aed.c Sat Oct 19 16:21:57 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aed.c,v 1.30 2012/10/27 17:17:59 chs Exp $ */
+/* $NetBSD: aed.c,v 1.31 2013/10/19 16:21:57 martin Exp $ */
/*
* Copyright (C) 1994 Bradley A. Grantham
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aed.c,v 1.30 2012/10/27 17:17:59 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aed.c,v 1.31 2013/10/19 16:21:57 martin Exp $");
#include "opt_adb.h"
@@ -539,11 +539,8 @@
/* Do nothing for now */
break;
- case ADBIOC_LISTENCMD:{
- adb_listencmd_t *lc;
-
- lc = (void *)data;
- }
+ case ADBIOC_LISTENCMD:
+ /* adb_listencmd_t *lc = data; */
default:
return (EINVAL);
Home |
Main Index |
Thread Index |
Old Index