Skip to content

Conversation

@edgchen1
Copy link
Contributor

@edgchen1 edgchen1 commented Oct 11, 2024

Description

Remove unused variable.

Motivation and Context

Fix Android build error:

onnxruntime/onnxruntime/core/providers/webgpu/webgpu_context.h:122:12: error: private field 'query_time_base_' is not used [-Werror,-Wunused-private-field]
  122 |   uint64_t query_time_base_;
      |            ^
1 error generated.

@edgchen1 edgchen1 requested a review from fs-eire October 11, 2024 20:52
@fs-eire fs-eire merged commit f4bb64e into fs-eire/webgpu-ep Oct 11, 2024
@fs-eire fs-eire deleted the edgchen1/webgpu-ep/remove_unused_variable branch October 11, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants