diff options
author | Sachidananda <sac@gluster.com> | 2010-07-31 09:11:21 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-02 07:50:16 -0700 |
commit | 76a28f5853947751bc4e1802446dfbde4d600b5d (patch) | |
tree | 40201173a47300f29665af124a9e1a135a6f6533 /xlators | |
parent | d048ec1c1a2abcd4bad3ea5cf07cac328e990ff2 (diff) |
Remove dead variables.
Signed-off-by: Sachidananda Urs <sac@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1067 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1067
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/cluster/dht/src/dht-linkfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-linkfile.c b/xlators/cluster/dht/src/dht-linkfile.c index 3f4630cf4..09af83d89 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; |