summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--match.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/match.c b/match.c
index 3b86ad5c..74c19468 100644
--- a/match.c
+++ b/match.c
@@ -4609,9 +4609,7 @@ repeat_spec_same_data:
if (entry) {
v_match_func vmf = coerce(v_match_func, cptr_get(entry));
- val result;
-
- result = vmf(&c);
+ val result = vmf(&c);
set_last_form_evaled(lfe_save);