summaryrefslogtreecommitdiffstats
path: root/cmd-pipe-pane.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-17 23:15:38 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-17 23:15:38 +0000
commit9d165df18aa9731b6720cce9093e006f22d34914 (patch)
tree708f4bd8aab8221ead85d9f34fcda2e3e98a3de8 /cmd-pipe-pane.c
parent7d1a8f7e9e9260d0279809957d9ccdbb1b5ab315 (diff)
No more lint means no more ARGSUSED.
Diffstat (limited to 'cmd-pipe-pane.c')
-rw-r--r--cmd-pipe-pane.c1
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)