mirror of
git://git.gnu.org.ua/wordsplit.git
synced 2025-04-25 16:19:54 +03:00
Remove unused variable
This commit is contained in:
parent
8f3eb3433e
commit
af3d73ef51
1 changed files with 0 additions and 1 deletions
|
@ -766,7 +766,6 @@ wordsplit_finish (struct wordsplit *wsp)
|
||||||
{
|
{
|
||||||
struct wordsplit_node *p;
|
struct wordsplit_node *p;
|
||||||
size_t n;
|
size_t n;
|
||||||
int delim;
|
|
||||||
|
|
||||||
/* Postprocess delimiters. It would be rather simple, if it weren't for
|
/* Postprocess delimiters. It would be rather simple, if it weren't for
|
||||||
the incremental operation.
|
the incremental operation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue