From eb45cf0c93e08cbb392f239417007d9fd71985e7 Mon Sep 17 00:00:00 2001 From: Maks Naumov Date: Wed, 9 Apr 2014 22:59:52 +0300 Subject: [PATCH] remove unused variable in findCorners_caller() --- modules/ocl/src/gftt.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ocl/src/gftt.cpp b/modules/ocl/src/gftt.cpp index 57ed12f..4f204d6 100644 --- a/modules/ocl/src/gftt.cpp +++ b/modules/ocl/src/gftt.cpp @@ -110,7 +110,6 @@ static void findCorners_caller( oclMat& counter) //output value with number of detected corners, have to be 0 before call { string opt; - std::vector k; Context * cxt = Context::getContext(); std::vector< std::pair > args; -- 2.7.4