Revert "pleasing cppcheck?"

This reverts commit a848b0262f.
This commit is contained in:
Boris Faure 2020-04-17 22:02:09 +02:00
parent 1e89fcd020
commit 3172c2cf30
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 0 additions and 1 deletions

View File

@ -250,7 +250,6 @@ _codepoint_buf_append(struct Codepoints_Buf *buf,
return -1;
}
buf->codepoints = codepoints;
codepoints = NULL;
}
buf->codepoints[buf->len++] = u;
return 0;