diff options
| author | 2013-10-10 12:00:18 +0000 | |
|---|---|---|
| committer | 2013-10-10 12:00:18 +0000 | |
| commit | 1fe07f53781f00c276628c358e88053fad77e915 (patch) | |
| tree | b810e4d7bda1c5f43d3aadab3b26651804dcb3d6 /usr.bin/tmux/cmd-attach-session.c | |
| parent | Clear window->flags when clearing winlinks (diff) | |
| download | wireguard-openbsd-1fe07f53781f00c276628c358e88053fad77e915.tar.xz wireguard-openbsd-1fe07f53781f00c276628c358e88053fad77e915.zip | |
Remove the barely-used and unnecessary command check() function.
Diffstat (limited to 'usr.bin/tmux/cmd-attach-session.c')
| -rw-r--r-- | usr.bin/tmux/cmd-attach-session.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-attach-session.c b/usr.bin/tmux/cmd-attach-session.c index 412bd883196..97565abb649 100644 --- a/usr.bin/tmux/cmd-attach-session.c +++ b/usr.bin/tmux/cmd-attach-session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-attach-session.c,v 1.24 2013/03/24 09:58:40 nicm Exp $ */ +/* $OpenBSD: cmd-attach-session.c,v 1.25 2013/10/10 12:00:18 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -34,7 +34,6 @@ const struct cmd_entry cmd_attach_session_entry = { "[-dr] " CMD_TARGET_SESSION_USAGE, CMD_CANTNEST|CMD_STARTSERVER|CMD_SENDENVIRON, NULL, - NULL, cmd_attach_session_exec }; |
