summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--slabs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/slabs.c b/slabs.c
index d8b3eac..b74617e 100644
--- a/slabs.c
+++ b/slabs.c
@@ -445,7 +445,6 @@ int slab_bulk_check = DEFAULT_SLAB_BULK_CHECK;
static int slab_rebalance_start(void) {
slabclass_t *s_cls;
- slabclass_t *d_cls;
int no_go = 0;
pthread_mutex_lock(&cache_lock);
@@ -459,7 +458,6 @@ static int slab_rebalance_start(void) {
no_go = -2;
s_cls = &slabclass[slab_rebal.s_clsid];
- d_cls = &slabclass[slab_rebal.d_clsid];
if (!grow_slab_list(slab_rebal.d_clsid)) {
no_go = -1;