From e63e19001e9681a7dffabb7109113690fca7c989 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Thu, 19 Jul 2012 14:22:04 -0700 Subject: [PATCH] Refresh of cma-rm-pd --- src/cma.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cma.c b/src/cma.c index 65b52bf7..5280620e 100755 --- a/src/cma.c +++ b/src/cma.c @@ -123,7 +123,6 @@ static int cma_dev_cnt; static pthread_mutex_t mut = PTHREAD_MUTEX_INITIALIZER; static int abi_ver = RDMA_USER_CM_MAX_ABI_VERSION; int af_ib_support; -static int verbs_refcnt; #define container_of(ptr, type, field) \ ((type *) ((void *)ptr - offsetof(type, field))) -- 2.45.2