Browse Source

Remove unused variable j.

Originally committed as revision 11472 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
a005768d25
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/tree.c

+ 1
- 1
libavutil/tree.c View File

@@ -155,7 +155,7 @@ int cmp(const void *a, const void *b){
}

int main(void){
int i,j,k;
int i,k;
AVTreeNode *root= NULL, *node=NULL;

for(i=0; i<10000; i++){


Loading…
Cancel
Save