remove unused variable in findCorners_caller()

pull/2602/head
Maks Naumov 11 years ago
parent 9b52b61451
commit eb45cf0c93
  1. 1
      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<int> k;
Context * cxt = Context::getContext();
std::vector< std::pair<size_t, const void*> > args;

Loading…
Cancel
Save