about summary refs log tree commit diff
path: root/Src/Zle/computil.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle/computil.c')
-rw-r--r--Src/Zle/computil.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Src/Zle/computil.c b/Src/Zle/computil.c
index fc23b5286..e627f37a2 100644
--- a/Src/Zle/computil.c
+++ b/Src/Zle/computil.c
@@ -628,7 +628,6 @@ parse_cadef(char *nam, char **args)
 
     all = ret = alloc_cadef(oargs, single, match, flags);
     optp = &(ret->opts);
-    single = flags = 0;
     anum = 1;
 
     sargs = args;
@@ -664,7 +663,7 @@ parse_cadef(char *nam, char **args)
 		set_cadef_opts(ret);
 		ret = ret->snext = alloc_cadef(NULL, single, NULL, flags);
 		optp = &(ret->opts);
-		single = flags = nopts = ndopts = nodopts = 0;
+		nopts = ndopts = nodopts = 0;
 		anum = 1;
 	    }
 	    continue;