diff options
Diffstat (limited to 'xlators/features/shard/src/shard.c')
-rw-r--r-- | xlators/features/shard/src/shard.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/features/shard/src/shard.c b/xlators/features/shard/src/shard.c index abac0ccf64..c704ad1401 100644 --- a/xlators/features/shard/src/shard.c +++ b/xlators/features/shard/src/shard.c @@ -2512,11 +2512,8 @@ next: int shard_post_lookup_unlink_handler (call_frame_t *frame, xlator_t *this) { - int ret = -1; - shard_priv_t *priv = NULL; shard_local_t *local = NULL; - priv = this->private; local = frame->local; if (local->op_ret < 0) { |