Skip to content

Commit 8ee07b5

Browse files
committed
Tired of seeing that 'unused variable' warning...
1 parent 05933f4 commit 8ee07b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/interfaces/ecpg/lib/ecpglib.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ ECPGexecute(struct statement * stmt)
510510
case ECPGt_char_variable:
511511
{
512512
int slen = strlen((char *) var->value);
513-
char *tmp;
514513

515514
if (!(newcopy = ecpg_alloc(slen + 1, stmt->lineno)))
516515
return false;

0 commit comments

Comments
 (0)