remove unused variable in findCorners_caller()

This commit is contained in:
Maks Naumov 2014-04-09 22:59:52 +03:00
parent 9b52b61451
commit eb45cf0c93

View File

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