Signed-off-by: Yann Droneaud <[email protected]>
---
 src/memory.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/memory.c b/src/memory.c
index faa43f3..ea9e712 100644
--- a/src/memory.c
+++ b/src/memory.c
@@ -268,6 +268,7 @@ static void __mm_rotate_left(struct ibv_mem_node *node)
        node->parent = tmp;
 }
 
+#if 0
 static int verify(struct ibv_mem_node *node)
 {
        int hl, hr;
@@ -293,6 +294,7 @@ static int verify(struct ibv_mem_node *node)
 
        return hl + 1;
 }
+#endif
 
 static void __mm_add_rebalance(struct ibv_mem_node *node)
 {
-- 
1.7.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to