Skip to content

Commit 09b3c80

Browse files
Removed unused identifier in the catch clause
1 parent 14db263 commit 09b3c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsyclinterface/tests/test_sycl_device_aspects.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ struct TestDPCTLSyclDeviceInterfaceAspects
166166
auto syclAspect = GetParam().second.second;
167167
try {
168168
hasAspect = D->has(syclAspect);
169-
} catch (sycl::exception const &e) {
169+
} catch (sycl::exception const &) {
170170
}
171171
}
172172

0 commit comments

Comments
 (0)