let mpath build again even though it is disabled
authortodd <todd@openbsd.org>
Wed, 21 Jul 2010 21:34:12 +0000 (21:34 +0000)
committertodd <todd@openbsd.org>
Wed, 21 Jul 2010 21:34:12 +0000 (21:34 +0000)
ok dlg@

sys/scsi/mpath.c

index 62bde10..239b2bb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mpath.c,v 1.17 2010/07/01 03:01:37 matthew Exp $ */
+/*     $OpenBSD: mpath.c,v 1.18 2010/07/21 21:34:12 todd Exp $ */
 
 /*
  * Copyright (c) 2009 David Gwynne <dlg@openbsd.org>
@@ -175,7 +175,6 @@ void
 mpath_done(struct scsi_xfer *mxs)
 {
        struct scsi_xfer *xs = mxs->cookie;
-       int s;
 
        xs->error = mxs->error;
        xs->status = mxs->status;