Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZyne committed Mar 13, 2024
1 parent d89abd9 commit 726435d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/loader/layers/sanitizer/asan_interceptor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ class SanitizerInterceptor {
std::shared_ptr<DeviceInfo> &CI);
ur_result_t eraseDevice(ur_device_handle_t Device);

ur_result_t insertQueue(ur_context_handle_t Context,
ur_queue_handle_t Queue);
ur_result_t eraseQueue(ur_context_handle_t Context,
ur_queue_handle_t Queue);

std::optional<AllocationIterator> findAllocInfoByAddress(uptr Address);

private:
Expand Down

0 comments on commit 726435d

Please sign in to comment.