remove unused variable in TEST_P()
authorMaks Naumov <maksqwe1@ukr.net>
Wed, 9 Apr 2014 20:06:06 +0000 (23:06 +0300)
committerMaks Naumov <maksqwe1@ukr.net>
Wed, 9 Apr 2014 20:06:06 +0000 (23:06 +0300)
modules/core/test/test_arithm.cpp

index 8fec388..a240941 100644 (file)
@@ -1363,7 +1363,6 @@ TEST_P(ElemWiseTest, accuracy)
         op->op(src, dst, mask);
 
         double maxErr = op->getMaxErr(depth);
-        vector<int> pos;
         ASSERT_PRED_FORMAT2(cvtest::MatComparator(maxErr, op->context), dst0, dst) << "\nsrc[0] ~ " << cvtest::MatInfo(!src.empty() ? src[0] : Mat()) << "\ntestCase #" << testIdx << "\n";
     }
 }