Revision: 2551
          http://tmux.svn.sourceforge.net/tmux/?rev=2551&view=rev
Author:   tcunha
Date:     2011-07-09 09:05:05 +0000 (Sat, 09 Jul 2011)

Log Message:
-----------
Sync OpenBSD patchset 938:

Unused variable.

Modified Paths:
--------------
    trunk/cmd-respawn-pane.c

Modified: trunk/cmd-respawn-pane.c
===================================================================
--- trunk/cmd-respawn-pane.c    2011-07-09 01:38:01 UTC (rev 2550)
+++ trunk/cmd-respawn-pane.c    2011-07-09 09:05:05 UTC (rev 2551)
@@ -1,4 +1,4 @@
-/* $Id: cmd-respawn-pane.c,v 1.2 2011/07/04 13:35:37 nicm Exp $ */
+/* $Id: cmd-respawn-pane.c,v 1.3 2011/07/09 01:37:00 nicm Exp $ */
 
 /*
  * Copyright (c) 2008 Nicholas Marriott <n...@users.sourceforge.net>
@@ -46,7 +46,6 @@
        struct winlink          *wl;
        struct window           *w;
        struct window_pane      *wp;
-       u_int                    hlimit;
        struct session          *s;
        struct environ           env;
        const char              *cmd;


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

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to