From a194430e5de1f798913034099f4df72af3d9bd4b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 11 Aug 2012 07:32:16 +0000 Subject: [PATCH] Remove dead code, from Sean Estabrooks. --- cmd-if-shell.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd-if-shell.c b/cmd-if-shell.c index 5e23fb10..4cb9de82 100644 --- a/cmd-if-shell.c +++ b/cmd-if-shell.c @@ -106,11 +106,9 @@ cmd_if_shell_free(void *data) { struct cmd_if_shell_data *cdata = data; struct cmd_ctx *ctx = &cdata->ctx; - struct msg_exit_data exitdata; if (ctx->cmdclient != NULL) { ctx->cmdclient->references--; - exitdata.retcode = ctx->cmdclient->retcode; ctx->cmdclient->flags |= CLIENT_EXIT; } if (ctx->curclient != NULL)