From d83a51cee36732650e61c6ebbb12cbae781db52a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 7 Jan 2019 04:29:32 +0000 Subject: [PATCH] scst: Remove an unused variable This patch fixes a compiler warning that was introduced in r7861. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7867 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index fd5b37e5d..6d9d184af 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -8504,7 +8504,6 @@ static void scsi_end_async(struct request *req, blk_status_t error) #endif { struct scsi_io_context *sioc = req->end_io_data; - int result; #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0) TRACE_DBG("sioc %p, cmd %p, error %d / %d", sioc, sioc->data, error,