From 1b70ee9a2e469d2d970abf8e07c1c522c8bdc1df Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 10 Jun 2011 06:56:49 +0000 Subject: cluster/distribute: remove the unused variable from 'conf' Signed-off-by: Amar Tumballi Signed-off-by: Anand Avati BUG: 3013 (error in the log file upon taking the statedump) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=3013 --- xlators/cluster/dht/src/dht-common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/cluster/dht/src/dht-common.h') diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index 95c20af1f..4b5fff04c 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -155,7 +155,6 @@ struct dht_conf { int *last_event; dht_layout_t **file_layouts; dht_layout_t **dir_layouts; - dht_layout_t *default_dir_layout; gf_boolean_t search_unhashed; int gen; dht_du_t *du_stats; -- cgit