Revision: 2857
          http://tmux.svn.sourceforge.net/tmux/?rev=2857&view=rev
Author:   tcunha
Date:     2012-08-12 19:30:54 +0000 (Sun, 12 Aug 2012)
Log Message:
-----------
Sync OpenBSD patchset 1159:

Remove dead code, from Sean Estabrooks.

Modified Paths:
--------------
    trunk/cmd-if-shell.c

Modified: trunk/cmd-if-shell.c
===================================================================
--- trunk/cmd-if-shell.c        2012-08-12 19:30:11 UTC (rev 2856)
+++ trunk/cmd-if-shell.c        2012-08-12 19:30:54 UTC (rev 2857)
@@ -106,11 +106,9 @@
 {
        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)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to