From af3d73ef51a78e43421fcb514194dfa3e51557bb Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 9 Apr 2025 21:10:15 +0300 Subject: [PATCH] Remove unused variable --- wordsplit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wordsplit.c b/wordsplit.c index 2ce6d3b..d677621 100644 --- a/wordsplit.c +++ b/wordsplit.c @@ -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.