Module Name: src
Committed By: martin
Date: Sat Oct 19 16:21:57 UTC 2013
Modified Files:
src/sys/arch/mac68k/dev: aed.c
Log Message:
comment out unused code (for documentation purposes)
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/mac68k/dev/aed.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/mac68k/dev/aed.c
diff -u src/sys/arch/mac68k/dev/aed.c:1.30 src/sys/arch/mac68k/dev/aed.c:1.31
--- src/sys/arch/mac68k/dev/aed.c:1.30 Sat Oct 27 17:17:59 2012
+++ src/sys/arch/mac68k/dev/aed.c Sat Oct 19 16:21:57 2013
@@ -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 @@ aedioctl(dev_t dev, u_long cmd, void *da
/* 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);