Commit 8ee07b50 authored by Tom Lane's avatar Tom Lane

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

parent 05933f4e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment