Remove unused variable.

This commit is contained in:
Dag-Erling Smørgrav 2023-06-26 19:51:48 +02:00
parent cc0d61260e
commit 4b2e3c92df
1 changed files with 1 additions and 2 deletions

View File

@ -122,7 +122,7 @@ end:
static int
t_straddch_realloc_ok(char **desc CRYB_UNUSED, void *arg CRYB_UNUSED)
{
char *str, *_str;
char *str;
size_t size, _size, len, _len;
int i, ret;
@ -136,7 +136,6 @@ t_straddch_realloc_ok(char **desc CRYB_UNUSED, void *arg CRYB_UNUSED)
if (!ret)
goto end;
// repeatedly append to it until size changes
_str = str;
_size = size;
_len = len;
for (i = ' '; i <= '~'; i++) { // assume ascii