From e0c8c1b24985a6136598cb518d1afdfdc68f9f56 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 6 Nov 2011 10:46:57 +0000 Subject: [PATCH] ib_srpt: Remove an unused struct member (merged r3903 from trunk). git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3913 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 af7578c34..fe08a174e 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -155,7 +155,6 @@ struct rdma_iu { u32 rkey; struct ib_sge *sge; u32 sge_cnt; - int mem_id; }; /**