src/syntax.c (update_syntax_table): Remove redundant assignment

This commit is contained in:
Stefan Monnier
2026-04-16 11:34:56 -04:00
parent 1811ce52c2
commit 126eab79b0

View File

@@ -346,7 +346,6 @@ update_syntax_table (ptrdiff_t charpos, EMACS_INT count,
gl_state.e_property = gl_state.stop;
return;
}
i = gl_state.forward_i;
gl_state.b_property = i->position;
gl_state.e_property = INTERVAL_LAST_POS (i);
}