Skip to content

Commit

Permalink
Removed unused identifier in the catch clause
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed May 22, 2024
1 parent 14db263 commit 09b3c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsyclinterface/tests/test_sycl_device_aspects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ struct TestDPCTLSyclDeviceInterfaceAspects
auto syclAspect = GetParam().second.second;
try {
hasAspect = D->has(syclAspect);
} catch (sycl::exception const &e) {
} catch (sycl::exception const &) {
}
}

Expand Down

0 comments on commit 09b3c80

Please sign in to comment.