Commit b8a53e57 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove a now pointless assert.

Pointed out by:	Dridi Boukelmoune
parent 60b5e71e
......@@ -178,7 +178,6 @@ parse_new(struct vcc *tl)
vcc_ErrWhere(tl, tl->t);
return;
}
XXXAZ(sy1);
sy1 = VCC_AddSymbolTok(tl, tl->t, SYM_NONE); // XXX: NONE ?
XXXAN(sy1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment