Skip to content

[WebGPU EP] Remove unused variable. - #22412

Merged
fs-eire merged 1 commit into
fs-eire/webgpu-epfrom
edgchen1/webgpu-ep/remove_unused_variable
Oct 11, 2024
Merged

[WebGPU EP] Remove unused variable.#22412
fs-eire merged 1 commit into
fs-eire/webgpu-epfrom
edgchen1/webgpu-ep/remove_unused_variable

Conversation

@edgchen1

@edgchen1 edgchen1 commented Oct 11, 2024

Copy link
Copy Markdown
Contributor

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.

2 participants