Skip to content
Snippets Groups Projects
Commit 4cf3def8 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avutil/tests/imgutils: Remove unused variable

parent 3ab8436f
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@
int main(void)
{
int i;
int64_t x, y;
for (y = -1; y<UINT_MAX; y+= y/2 + 1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment