Commit a005768d authored by Diego Biurrun's avatar Diego Biurrun

Remove unused variable j.

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