Revision: 2848
          http://tmux.svn.sourceforge.net/tmux/?rev=2848&view=rev
Author:   tcunha
Date:     2012-07-12 21:14:46 +0000 (Thu, 12 Jul 2012)
Log Message:
-----------
Sync OpenBSD patchset 1152:

Nuke unused variable from Thomas Adam.

Modified Paths:
--------------
    trunk/cmd-choose-tree.c

Modified: trunk/cmd-choose-tree.c
===================================================================
--- trunk/cmd-choose-tree.c     2012-07-12 21:04:43 UTC (rev 2847)
+++ trunk/cmd-choose-tree.c     2012-07-12 21:14:46 UTC (rev 2848)
@@ -76,7 +76,6 @@
        struct args                     *args = self->args;
        struct winlink                  *wl, *wm;
        struct session                  *s, *s2;
-       struct tty                      *tty;
        struct window_choose_data       *wcd = NULL;
        const char                      *ses_template, *win_template;
        char                            *final_win_action, *final_win_template;
@@ -93,7 +92,6 @@
        }
 
        s = ctx->curclient->session;
-       tty = &ctx->curclient->tty;
 
        if ((wl = cmd_find_window(ctx, args_get(args, 't'), NULL)) == NULL)
                return (CMD_RETURN_ERROR);

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to