From 4847e48523c5d37724abb1d92de3c87177672303 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 30 Oct 2011 12:29:45 +0000 Subject: [PATCH] ib_srpt: Remove an unused struct member git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3903 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index e88d17653..ae7c9eb6a 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -159,7 +159,6 @@ struct rdma_iu { u32 rkey; struct ib_sge *sge; u32 sge_cnt; - int mem_id; }; /**