Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/mscp remove unused variable



details:   https://anonhg.NetBSD.org/src/rev/a5f00e39e429
branches:  trunk
changeset: 805406:a5f00e39e429
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 31 20:44:46 2014 +0000

description:
remove unused variable

diffstat:

 sys/dev/mscp/mscp_disk.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 0c2ecd45907e -r a5f00e39e429 sys/dev/mscp/mscp_disk.c
--- a/sys/dev/mscp/mscp_disk.c  Wed Dec 31 20:39:07 2014 +0000
+++ b/sys/dev/mscp/mscp_disk.c  Wed Dec 31 20:44:46 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mscp_disk.c,v 1.84 2014/12/31 19:52:05 christos Exp $  */
+/*     $NetBSD: mscp_disk.c,v 1.85 2014/12/31 20:44:46 christos Exp $  */
 /*
  * Copyright (c) 1988 Regents of the University of California.
  * All rights reserved.
@@ -82,7 +82,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mscp_disk.c,v 1.84 2014/12/31 19:52:05 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mscp_disk.c,v 1.85 2014/12/31 20:44:46 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -852,7 +852,6 @@
 rxioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l)
 {
        int unit = DISKUNIT(dev);
-       struct disklabel *lp;
        struct rx_softc *rx = device_lookup_private(&rx_cd, unit);
        int error;
 



Home | Main Index | Thread Index | Old Index