Remove unused variable

This commit is contained in:
Sergey Poznyakoff 2025-04-09 21:10:15 +03:00
parent 8f3eb3433e
commit af3d73ef51

View file

@ -766,7 +766,6 @@ wordsplit_finish (struct wordsplit *wsp)
{
struct wordsplit_node *p;
size_t n;
int delim;
/* Postprocess delimiters. It would be rather simple, if it weren't for
the incremental operation.