avutil/tests/imgutils: Remove unused variable

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2016-12-12 23:45:54 +01:00
parent 3ab8436ff6
commit 4cf3def805
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
int main(void)
{
int i;
int64_t x, y;
for (y = -1; y<UINT_MAX; y+= y/2 + 1) {