Skip to content

Commit a782f1f

Browse files
committed
fix macOS CI: remove self-assign that clang rejects
1 parent 2319b46 commit a782f1f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/elab/tk_gexp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ ge_clone(tk_parse_t *P, uint32_t src, uint32_t gvar_off,
207207
while (ch && g--) {
208208
uint32_t cln = ge_clone(P, ch, gvar_off, gvar_len, val);
209209
if (cln == 0) break;
210-
cln = cln; /* suppress warning */
211210
P->nodes[cln].next_sib = 0;
212211
if (P->nodes[dst].first_child == 0) {
213212
P->nodes[dst].first_child = cln;

0 commit comments

Comments
 (0)