mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +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:
|
case ECPGt_char_variable:
|
||||||
{
|
{
|
||||||
int slen = strlen((char *) var->value);
|
int slen = strlen((char *) var->value);
|
||||||
char *tmp;
|
|
||||||
|
|
||||||
if (!(newcopy = ecpg_alloc(slen + 1, stmt->lineno)))
|
if (!(newcopy = ecpg_alloc(slen + 1, stmt->lineno)))
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user