newlocallab: remove a StopWatch

This commit is contained in:
heckflosse 2019-04-07 00:05:02 +02:00
parent 51cc47f469
commit ccac83bb55

View File

@ -71,7 +71,6 @@ namespace
{
void calcGammaLut(double gamma, double ts, LUTf &gammaLut) {
BENCHFUNMICRO
double pwr = 1.0 / gamma;
double gamm = gamma;
const double gamm2 = gamma;