Commit ecdb1886 authored by diego's avatar diego

Remove unused variable j.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11472 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5f73834a
...@@ -155,7 +155,7 @@ int cmp(const void *a, const void *b){ ...@@ -155,7 +155,7 @@ int cmp(const void *a, const void *b){
} }
int main(void){ int main(void){
int i,j,k; int i,k;
AVTreeNode *root= NULL, *node=NULL; AVTreeNode *root= NULL, *node=NULL;
for(i=0; i<10000; i++){ for(i=0; i<10000; i++){
......
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