Skip to content

Instantly share code, notes, and snippets.

@ThomasAdam
Created December 22, 2015 23:13
Show Gist options
  • Save ThomasAdam/3449cbb626a87d1209d5 to your computer and use it in GitHub Desktop.
Save ThomasAdam/3449cbb626a87d1209d5 to your computer and use it in GitHub Desktop.
diff --git a/cmd-switch-client.c b/cmd-switch-client.c
index 0f6acbf..434f891 100644
--- a/cmd-switch-client.c
+++ b/cmd-switch-client.c
@@ -93,7 +93,6 @@ cmd_switch_client_exec(struct cmd *self, struct cmd_q *cmdq)
if (cmdq->client == NULL)
return (CMD_RETURN_NORMAL);
- s = state->tflag.s;
if (state->tflag.wl != NULL) {
wp = state->tflag.wp;
if (wp != NULL)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment