Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
remove unused variable in TEST_P()
Browse files Browse the repository at this point in the history
  • Loading branch information
maksqwe committed Apr 9, 2014
1 parent 79eb3c5 commit 29d1bce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/core/test/test_arithm.cpp
Expand Up @@ -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";
}
}
Expand Down

0 comments on commit 29d1bce

Please sign in to comment.