diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-17 23:15:38 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-17 23:15:38 +0000 |
commit | 9d165df18aa9731b6720cce9093e006f22d34914 (patch) | |
tree | 708f4bd8aab8221ead85d9f34fcda2e3e98a3de8 /cmd-pipe-pane.c | |
parent | 7d1a8f7e9e9260d0279809957d9ccdbb1b5ab315 (diff) |
No more lint means no more ARGSUSED.
Diffstat (limited to 'cmd-pipe-pane.c')
-rw-r--r-- | cmd-pipe-pane.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-pipe-pane.c b/cmd-pipe-pane.c index d2d85003..8f53b6ee 100644 --- a/cmd-pipe-pane.c +++ b/cmd-pipe-pane.c @@ -130,7 +130,6 @@ cmd_pipe_pane_exec(struct cmd *self, struct cmd_ctx *ctx) } } -/* ARGSUSED */ void cmd_pipe_pane_error_callback( unused struct bufferevent *bufev, unused short what, void *data) |