Skip to content
Snippets Groups Projects
Commit a005768d authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Remove unused variable j.

Originally committed as revision 11472 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 38c162c1
No related branches found
No related tags found
No related merge requests found
...@@ -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++){
......
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