mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 23:32:13 -04:00
Tired of seeing that 'unused variable' warning...
This commit is contained in:
parent
05933f4ec1
commit
8ee07b506d
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue