remove unused variable in OCL_PERF_TEST_P()

This commit is contained in:
Maks Naumov 2014-04-09 23:04:29 +03:00
parent befbe89bdf
commit 79eb3c5cde

View File

@ -630,7 +630,6 @@ typedef TestBaseWithParam<Size> CLAHEFixture;
OCL_PERF_TEST_P(CLAHEFixture, CLAHE, OCL_TEST_SIZES)
{
const Size srcSize = GetParam();
const string impl = getSelectedImpl();
Mat src(srcSize, CV_8UC1), dst;
const double clipLimit = 40.0;