File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -233,9 +233,6 @@ class __SYCL_EXPORT queue {
233
233
const detail::code_location &CodeLoc = detail::code_location::current()
234
234
#endif
235
235
) {
236
- #ifdef DISABLE_SYCL_INSTRUMENTATION_METADATA
237
- const detail::code_location &CodeLoc = {};
238
- #endif
239
236
return submit ([=](handler &CGH) { CGH.barrier (); }
240
237
#ifndef DISABLE_SYCL_INSTRUMENTATION_METADATA
241
238
, CodeLoc
@@ -259,9 +256,6 @@ class __SYCL_EXPORT queue {
259
256
const detail::code_location &CodeLoc = detail::code_location::current()
260
257
#endif
261
258
) {
262
- #ifdef DISABLE_SYCL_INSTRUMENTATION_METADATA
263
- const detail::code_location &CodeLoc = {};
264
- #endif
265
259
return submit ([=](handler &CGH) { CGH.barrier (WaitList); }
266
260
#ifndef DISABLE_SYCL_INSTRUMENTATION_METADATA
267
261
, CodeLoc
You can’t perform that action at this time.
0 commit comments