diff options
-rw-r--r-- | xlators/protocol/server/src/server-helpers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/protocol/server/src/server-helpers.c b/xlators/protocol/server/src/server-helpers.c index 06fc3ce6c97..d59ceb32d1e 100644 --- a/xlators/protocol/server/src/server-helpers.c +++ b/xlators/protocol/server/src/server-helpers.c @@ -2279,7 +2279,6 @@ server_populate_compound_response (xlator_t *this, gfs3_compound_rsp *rsp, compound_args_cbk_t *args_cbk, int index) { int op_errno = EINVAL; - int op_ret = -1; default_args_cbk_t *this_args_cbk = NULL; compound_rsp *this_rsp = NULL; server_state_t *state = NULL; |