Browse Source

avutil/tests/imgutils: Remove unused variable

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.3
Michael Niedermayer 9 years ago
parent
commit
4cf3def805
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavutil/tests/imgutils.c

+ 0
- 1
libavutil/tests/imgutils.c View File

@@ -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) {


Loading…
Cancel
Save