diff options
author | Amar Tumballi <amar@gluster.com> | 2011-06-10 06:56:49 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-06-16 09:15:46 -0700 |
commit | 1b70ee9a2e469d2d970abf8e07c1c522c8bdc1df (patch) | |
tree | 013f37a84e314e1285cf37ec7c6ac45b139e27a0 /xlators/cluster/dht/src/dht-common.h | |
parent | e1aa1e0e20e32e30284c5ffc1add92aebaaaf87e (diff) |
cluster/distribute: remove the unused variable from 'conf'
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 3013 (error in the log file upon taking the statedump)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=3013
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
-rw-r--r-- | xlators/cluster/dht/src/dht-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |