summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/glusterfs/dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/glusterfs/dict.h')
-rw-r--r--libglusterfs/src/glusterfs/dict.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libglusterfs/src/glusterfs/dict.h b/libglusterfs/src/glusterfs/dict.h
index bfb01afb9b9..8fc4b7ebbd9 100644
--- a/libglusterfs/src/glusterfs/dict.h
+++ b/libglusterfs/src/glusterfs/dict.h
@@ -123,7 +123,6 @@ struct _dict {
gf_lock_t lock;
data_pair_t *members_internal;
data_pair_t free_pair;
- gf_boolean_t free_pair_in_use;
};
typedef gf_boolean_t (*dict_match_t)(dict_t *d, char *k, data_t *v, void *data);