remove unused variable in OCL_PERF_TEST_P()

pull/2602/head
Maks Naumov 11 years ago
parent befbe89bdf
commit 79eb3c5cde
  1. 1
      modules/ocl/perf/perf_imgproc.cpp

@ -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;

Loading…
Cancel
Save