From 79eb3c5cde774cc0caab98401ebc44278efd378f Mon Sep 17 00:00:00 2001 From: Maks Naumov Date: Wed, 9 Apr 2014 23:04:29 +0300 Subject: [PATCH] remove unused variable in OCL_PERF_TEST_P() --- modules/ocl/perf/perf_imgproc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ocl/perf/perf_imgproc.cpp b/modules/ocl/perf/perf_imgproc.cpp index 05b9486..6d859a9 100644 --- a/modules/ocl/perf/perf_imgproc.cpp +++ b/modules/ocl/perf/perf_imgproc.cpp @@ -630,7 +630,6 @@ typedef TestBaseWithParam 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; -- 2.7.4