From 76a28f5853947751bc4e1802446dfbde4d600b5d Mon Sep 17 00:00:00 2001 From: Sachidananda Date: Sat, 31 Jul 2010 09:11:21 +0000 Subject: Remove dead variables. Signed-off-by: Sachidananda Urs Signed-off-by: Anand V. Avati BUG: 1067 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1067 --- xlators/cluster/dht/src/dht-linkfile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/cluster/dht/src/dht-linkfile.c') diff --git a/xlators/cluster/dht/src/dht-linkfile.c b/xlators/cluster/dht/src/dht-linkfile.c index 3f4630cf4f7..09af83d891b 100644 --- a/xlators/cluster/dht/src/dht-linkfile.c +++ b/xlators/cluster/dht/src/dht-linkfile.c @@ -87,7 +87,6 @@ dht_linkfile_create_cbk (call_frame_t *frame, void *cookie, xlator_t *this, if (ret < 0) { gf_log (this->name, GF_LOG_DEBUG, "failed to initialize linkfile data"); - op_errno = EINVAL; } str_data = NULL; -- cgit