Skip to content

Commit

Permalink
Remove no-longer-needed-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fyellin committed Dec 25, 2024
1 parent dab3c20 commit 7fae087
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wgpu/backends/wgpu_native/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ def __await__(self):
# It would also be nice if wait_for_callback and sync_wait() could be merged,
# but Python has no wait of combining them.
async def wait_for_callback():
# Set self.event before checking self.result to prevent data race.
if self.result is not None:
pass
elif not self.poll_function:
Expand Down

0 comments on commit 7fae087

Please sign in to comment.