diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2010-05-20 16:31:04 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2010-05-20 16:31:04 +0000 |
commit | bd6d7c234cbd2bfd5b05157d2f4c083f39153e22 (patch) | |
tree | a27cde861750682981d6fb8e685b5f9a29c0d589 | |
parent | 93081d9fe99916d46810d0fe0f348a395107daa6 (diff) |
remove unused variable. fallout from previous.
ok phessler@
-rw-r--r-- | sys/arch/sparc64/dev/vdsk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/vdsk.c b/sys/arch/sparc64/dev/vdsk.c index e011a48e250..67b9c26b017 100644 --- a/sys/arch/sparc64/dev/vdsk.c +++ b/sys/arch/sparc64/dev/vdsk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vdsk.c,v 1.20 2010/05/20 00:55:17 krw Exp $ */ +/* $OpenBSD: vdsk.c,v 1.21 2010/05/20 16:31:03 thib Exp $ */ /* * Copyright (c) 2009 Mark Kettenis * @@ -1117,7 +1117,6 @@ vdsk_scsi_capacity(struct scsi_xfer *xs) void vdsk_scsi_done(struct scsi_xfer *xs, int error) { - int s; xs->error = error; |