Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mscp more unused removal
details: https://anonhg.NetBSD.org/src/rev/a4d1f7a4f306
branches: trunk
changeset: 335265:a4d1f7a4f306
user: christos <christos%NetBSD.org@localhost>
date: Wed Dec 31 20:45:44 2014 +0000
description:
more unused removal
diffstat:
sys/dev/mscp/mscp_disk.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 1c3722682fda -r a4d1f7a4f306 sys/dev/mscp/mscp_disk.c
--- a/sys/dev/mscp/mscp_disk.c Wed Dec 31 20:44:46 2014 +0000
+++ b/sys/dev/mscp/mscp_disk.c Wed Dec 31 20:45:44 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mscp_disk.c,v 1.85 2014/12/31 20:44:46 christos Exp $ */
+/* $NetBSD: mscp_disk.c,v 1.86 2014/12/31 20:45:44 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.85 2014/12/31 20:44:46 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mscp_disk.c,v 1.86 2014/12/31 20:45:44 christos Exp $");
#include <sys/param.h>
#include <sys/buf.h>
@@ -855,8 +855,6 @@
struct rx_softc *rx = device_lookup_private(&rx_cd, unit);
int error;
- lp = rx->ra_disk.dk_label;
-
error = disk_ioctl(&rx->ra_disk, dev, cmd, data, flag, l);
if (error != EPASSTHROUGH)
return error;
Home |
Main Index |
Thread Index |
Old Index