summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/cmd-detach-client.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2013-10-10 12:00:25 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2013-10-10 12:00:25 +0000
commit9e0be8a77b602b99d0c76c4c144f3a26b7c4a929 (patch)
treec95d7b91be0608e071c00744c048bad94e725153 /usr.bin/tmux/cmd-detach-client.c
parente4cddc1fd09a5ad8aa772b5bcf7244cc31391832 (diff)
Remove the barely-used and unnecessary command check() function.
Diffstat (limited to 'usr.bin/tmux/cmd-detach-client.c')
-rw-r--r--usr.bin/tmux/cmd-detach-client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-detach-client.c b/usr.bin/tmux/cmd-detach-client.c
index 356d0835f0b..a7342bf71b4 100644
--- a/usr.bin/tmux/cmd-detach-client.c
+++ b/usr.bin/tmux/cmd-detach-client.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-detach-client.c,v 1.13 2013/03/24 09:54:10 nicm Exp $ */
+/* $OpenBSD: cmd-detach-client.c,v 1.14 2013/10/10 12:00:19 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -32,7 +32,6 @@ const struct cmd_entry cmd_detach_client_entry = {
"[-P] [-a] [-s target-session] " CMD_TARGET_CLIENT_USAGE,
CMD_READONLY,
NULL,
- NULL,
cmd_detach_client_exec
};