diff options
author | 2010-05-20 16:31:03 +0000 | |
---|---|---|
committer | 2010-05-20 16:31:03 +0000 | |
commit | 588a3057bac7fe7138012bd60e0961931ab4d33d (patch) | |
tree | da97ef925c196e5e93b0ab3de938964b91f172ac | |
parent | Split some copies of two struct members together into two bcopy rather (diff) | |
download | wireguard-openbsd-588a3057bac7fe7138012bd60e0961931ab4d33d.tar.xz wireguard-openbsd-588a3057bac7fe7138012bd60e0961931ab4d33d.zip |
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; |