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
1 changed files with 0 additions and 1 deletions

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;