From db27dc82f0485c0d3032aac369416207a794f69a Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 12 Aug 2012 19:30:54 +0000 Subject: [PATCH] Sync OpenBSD patchset 1159: 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 37474475..636cf805 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)