Skip to content

Commit 0168cec

Browse files
Removed unused variable per compiler warning
1 parent 7a86fbf commit 0168cec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libsyclinterface/tests/test_sycl_queue_interface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ TEST_P(TestDPCTLQueueMemberFunctions, CheckMemset)
446446

447447
ASSERT_NO_FATAL_FAILURE(DPCTLfree_with_queue(p, QRef));
448448

449-
bool equal = true;
450449
for (size_t i = 0; i < nbytes; ++i) {
451450
ASSERT_TRUE(host_arr[i] == val);
452451
}

0 commit comments

Comments
 (0)