Skip to content

Commit

Permalink
Sum: fix unused variable error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ankalinin committed Nov 17, 2016
1 parent 3ede9c3 commit dcddf40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/gtests/test_sum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ class sum_test: public ::testing::TestWithParam<sum_test_params> {
sum_test_params p
= ::testing::TestWithParam<sum_test_params>::GetParam();

int src_dim_sum = 0;
for (size_t i = 0; i < p.srcs_cds.size(); i++) {
for (size_t dim = 0; dim < p.dst_cds.size(); dim++) {
ASSERT_TRUE(p.srcs_cds[i][dim] == p.dst_cds[dim]);
Expand Down

0 comments on commit dcddf40

Please sign in to comment.