aboutsummaryrefslogtreecommitdiff
path: root/cmd-if-shell.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-08-21 20:01:22 +0100
committerThomas Adam <thomas@xteddy.org>2021-08-21 20:01:22 +0100
commit921991c98d6fd596c958b07b5f5aba7c434e8f9f (patch)
tree42f00694a9edf1793209be4842987379d0171542 /cmd-if-shell.c
parent4d3367e9657002c4b68867c8d58e2f5b7ae90612 (diff)
parent63b6eec27889e4c38b4a051a1bb3463f153cc2c8 (diff)
downloadrtmux-921991c98d6fd596c958b07b5f5aba7c434e8f9f.tar.gz
rtmux-921991c98d6fd596c958b07b5f5aba7c434e8f9f.tar.bz2
rtmux-921991c98d6fd596c958b07b5f5aba7c434e8f9f.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'cmd-if-shell.c')
-rw-r--r--cmd-if-shell.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd-if-shell.c b/cmd-if-shell.c
index 28e9b5d1..a04bdddd 100644
--- a/cmd-if-shell.c
+++ b/cmd-if-shell.c
@@ -159,8 +159,6 @@ cmd_if_shell_callback(struct job *job)
pr = cmd_parse_from_string(cmd, &cdata->input);
switch (pr->status) {
- case CMD_PARSE_EMPTY:
- break;
case CMD_PARSE_ERROR:
if (cdata->item != NULL)
cmdq_error(cdata->item, "%s", pr->error);