Remove useless counter init/shutdown.

SVN revision: 36075
This commit is contained in:
Cedric BAIL 2008-09-18 12:24:07 +00:00
parent ce16573cb3
commit 0d9b2f3f8d
1 changed files with 0 additions and 4 deletions

View File

@ -219,8 +219,6 @@ eina_benchmark_run(Eina_Benchmark *bench)
"set ylabel \"time\"\n"
"plot ", bench->name, bench->run, bench->name, bench->run);
eina_counter_init();
EINA_INLIST_ITER_NEXT(bench->runs, run)
{
Eina_Counter *counter;
@ -261,8 +259,6 @@ eina_benchmark_run(Eina_Benchmark *bench)
fprintf(main_script, "\n");
eina_counter_shutdown();
fclose(main_script);
return ea;