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:
@ -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;
|
||||
|
Reference in New Issue
Block a user