Skip to content

Commit 0e0b454

Browse files
committed
[NATIVECPU] remove comment
1 parent fc9b330 commit 0e0b454

File tree

1 file changed

+0
-1
lines changed
  • unified-runtime/source/adapters/native_cpu

1 file changed

+0
-1
lines changed

unified-runtime/source/adapters/native_cpu/event.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ struct ur_event_handle_t_ : RefCounted {
4343

4444
ur_command_t getCommandType() const { return command_type; }
4545

46-
// todo: get rid of this function
4746
void set_futures(native_cpu::tasksinfo_t &&fs) {
4847
std::lock_guard<std::mutex> lock(mutex);
4948
futures = std::move(fs);

0 commit comments

Comments
 (0)