1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-24 14:22:24 +03:00

Tired of seeing that 'unused variable' warning...

This commit is contained in:
Tom Lane
1999-07-16 23:15:46 +00:00
parent 05933f4ec1
commit 8ee07b506d

View File

@ -510,7 +510,6 @@ ECPGexecute(struct statement * stmt)
case ECPGt_char_variable:
{
int slen = strlen((char *) var->value);
char *tmp;
if (!(newcopy = ecpg_alloc(slen + 1, stmt->lineno)))
return false;