aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-09 14:38:00 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-09 14:38:00 +0100
commit690d72adb378ee666b473da03a58aedc2d07b767 (patch)
tree2b4819fe84e426e132964dcf960db7bffe71bc81
parentca18990826f29ced336a8164d923b5f08d6f3de8 (diff)
downloadrtmux-690d72adb378ee666b473da03a58aedc2d07b767.tar.gz
rtmux-690d72adb378ee666b473da03a58aedc2d07b767.tar.bz2
rtmux-690d72adb378ee666b473da03a58aedc2d07b767.zip
Remove unused variables.
-rw-r--r--cmd-set-option.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c
index 6f4637d7..c6f83796 100644
--- a/cmd-set-option.c
+++ b/cmd-set-option.c
@@ -75,10 +75,6 @@ cmd_set_option_exec(struct cmd *self, struct cmdq_item *item)
struct args *args = cmd_get_args(self);
int append = args_has(args, 'a');
struct cmd_find_state *target = cmdq_get_target(item);
- struct client *loop;
- struct session *s = target->s;
- struct window *w;
- struct window_pane *wp;
struct options *oo;
struct options_entry *parent, *o;
char *name, *argument, *value = NULL, *cause;