The branch, hooks has been updated
       via  389c2c37149c50c863ccefd7028bc07a7d53dfab (commit)
      from  ab0bed54927e8955ad76c8cb694f2312868fc614 (commit)

- Log -----------------------------------------------------------------
commit 389c2c37149c50c863ccefd7028bc07a7d53dfab
Author: Nicholas Marriott <nicholas.marri...@gmail.com>
Commit: Nicholas Marriott <nicholas.marri...@gmail.com>

    Remove unused header and mark unused argument.
---
 cmd-display-panes.c |    2 +-
 cmd-list-panes.c    |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/cmd-display-panes.c b/cmd-display-panes.c
index f0fa197..94dde19 100644
--- a/cmd-display-panes.c
+++ b/cmd-display-panes.c
@@ -35,7 +35,7 @@ const struct cmd_entry cmd_display_panes_entry = {
 };
 
 enum cmd_retval
-cmd_display_panes_exec(struct cmd *self, struct cmd_q *cmdq)
+cmd_display_panes_exec(unused struct cmd *self, struct cmd_q *cmdq)
 {
        server_set_identify(cmdq->state.c);
 
diff --git a/cmd-list-panes.c b/cmd-list-panes.c
index f08f79b..c9b67e0 100644
--- a/cmd-list-panes.c
+++ b/cmd-list-panes.c
@@ -19,7 +19,6 @@
 #include <sys/types.h>
 
 #include <stdlib.h>
-#include <unistd.h>
 
 #include "tmux.h"
 


-----------------------------------------------------------------------

Summary of changes:
 cmd-display-panes.c |    2 +-
 cmd-list-panes.c    |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to