diff options
author | 2013-03-22 10:31:22 +0000 | |
---|---|---|
committer | 2013-03-22 10:31:22 +0000 | |
commit | dafea000a2301e1d15ca0e6c4149fa50aaa8b1a3 (patch) | |
tree | edf134dd37694ff21d97a35eec427f602582c545 /usr.bin/tmux/names.c | |
parent | Remove stray test code which would convert abc to x. (diff) | |
download | wireguard-openbsd-dafea000a2301e1d15ca0e6c4149fa50aaa8b1a3.tar.xz wireguard-openbsd-dafea000a2301e1d15ca0e6c4149fa50aaa8b1a3.zip |
No more lint means no more ARGSUSED.
Diffstat (limited to 'usr.bin/tmux/names.c')
-rw-r--r-- | usr.bin/tmux/names.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/names.c b/usr.bin/tmux/names.c index ccf7f603a54..4e11d6bf21e 100644 --- a/usr.bin/tmux/names.c +++ b/usr.bin/tmux/names.c @@ -1,4 +1,4 @@ -/* $OpenBSD: names.c,v 1.18 2012/11/27 09:20:03 nicm Exp $ */ +/* $OpenBSD: names.c,v 1.19 2013/03/22 10:31:22 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -43,7 +43,6 @@ queue_window_name(struct window *w) evtimer_add(&w->name_timer, &tv); } -/* ARGSUSED */ void window_name_callback(unused int fd, unused short events, void *data) { |