Skip to content

Commit d4400d2

Browse files
authored
[CLN] Remove struct l0_resc_handles as unused from sycl_functions.h (#4577)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 0d8ce94 commit d4400d2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

third_party/intel/backend/include/sycl_functions.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@
1313
#include <level_zero/ze_api.h>
1414
#include <sycl/sycl.hpp>
1515

16-
typedef struct l0_resc_handles {
17-
ze_context_handle_t context;
18-
ze_device_handle_t device;
19-
ze_command_queue_handle_t queue;
20-
ze_command_list_handle_t cmd_list;
21-
} l0_resc_handles;
22-
2316
// Create an exception handler for asynchronous SYCL exceptions
2417
auto exception_handler = [](sycl::exception_list e_list) {
2518
for (std::exception_ptr const &e : e_list) {

0 commit comments

Comments
 (0)