Commit 38c162c1 authored by Diego Biurrun's avatar Diego Biurrun

Remove unused variable variance.

Originally committed as revision 11471 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 43bfaa89
......@@ -121,7 +121,7 @@ int main(void){
for(i=0; i<100; i++){
double var[4];
double eval, variance;
double eval;
#if 0
var[1] = rand() / (double)RAND_MAX;
var[2] = rand() / (double)RAND_MAX;
......
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