Commit 4cf3def8 authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/tests/imgutils: Remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 3ab8436f
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
int main(void) int main(void)
{ {
int i;
int64_t x, y; int64_t x, y;
for (y = -1; y<UINT_MAX; y+= y/2 + 1) { for (y = -1; y<UINT_MAX; y+= y/2 + 1) {
......
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