Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10889
Modified Files:
cmd-choose-buffer.c
Log Message:
Sync OpenBSD patchset 818:
Remove unused variable.
Index: cmd-choose-buffer.c
===================================================================
RCS file: /cvsroot/tmux/tmux/cmd-choose-buffer.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cmd-choose-buffer.c 30 Dec 2010 22:39:49 -0000 1.2
+++ cmd-choose-buffer.c 3 Jan 2011 23:26:14 -0000 1.3
@@ -52,7 +52,6 @@
{
struct cmd_target_data *data = self->data;
struct cmd_choose_buffer_data *cdata;
- struct session *s;
struct winlink *wl;
struct paste_buffer *pb;
u_int idx;
@@ -62,7 +61,6 @@
ctx->error(ctx, "must be run interactively");
return (-1);
}
- s = ctx->curclient->session;
if ((wl = cmd_find_window(ctx, data->target, NULL)) == NULL)
return (-1);
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs