Skip to content

Commit

Permalink
remove unused variable in OCL_PERF_TEST_P()
Browse files Browse the repository at this point in the history
  • Loading branch information
maksqwe committed Apr 9, 2014
1 parent befbe89 commit 79eb3c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/ocl/perf/perf_imgproc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 79eb3c5

Please sign in to comment.