Module Name: src Committed By: christos Date: Sun Mar 23 02:44:19 UTC 2014
Modified Files: src/sys/dev/ic: iavc.c Log Message: remove unused To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/iavc.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/dev/ic/iavc.c diff -u src/sys/dev/ic/iavc.c:1.11 src/sys/dev/ic/iavc.c:1.12 --- src/sys/dev/ic/iavc.c:1.11 Sat Mar 22 22:44:00 2014 +++ src/sys/dev/ic/iavc.c Sat Mar 22 22:44:19 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: iavc.c,v 1.11 2014/03/23 02:44:00 christos Exp $ */ +/* $NetBSD: iavc.c,v 1.12 2014/03/23 02:44:19 christos Exp $ */ /* * Copyright (c) 2001-2003 Cubical Solutions Ltd. All rights reserved. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: iavc.c,v 1.11 2014/03/23 02:44:00 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: iavc.c,v 1.12 2014/03/23 02:44:19 christos Exp $"); #include <sys/param.h> #include <sys/kernel.h> @@ -738,7 +738,6 @@ static int iavc_receive_debugmsg(iavc_so amcc_get_word(dmabuf, &Length); } else { Length = iavc_get_slice(sc, sc->sc_recvbuf); - sc->sc_recvbuf; } /* XXX could show the message if trace enabled? XXX */