From 4b605295b397604ddd5c06ecaae292e596af2ea5 Mon Sep 17 00:00:00 2001 From: Gleb Natapov Date: Mon, 24 Jul 2006 06:12:16 +0000 Subject: [PATCH] remove unused field. This commit was SVN r10965. --- ompi/mca/btl/openib/btl_openib.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ompi/mca/btl/openib/btl_openib.h b/ompi/mca/btl/openib/btl_openib.h index 15365d6711..320e9a76e1 100644 --- a/ompi/mca/btl/openib/btl_openib.h +++ b/ompi/mca/btl/openib/btl_openib.h @@ -163,8 +163,6 @@ struct mca_btl_openib_module_t { ompi_free_list_t recv_free_eager; /**< High priority free list of buffer descriptors */ ompi_free_list_t recv_free_max; /**< Low priority free list of buffer descriptors */ - opal_list_t reg_mru_list; /**< a most recently used list of mca_mpool_openib_registration_t - entries, this allows us to keep a working set of memory pinned */ opal_mutex_t ib_lock; /**< module level lock */