mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 14:56:42 +00:00
Remove redundant return
This commit is contained in:
parent
bb495cceb1
commit
bb971bc5c5
@ -1074,7 +1074,7 @@ impl Fence {
|
||||
|
||||
// Otherwise spin
|
||||
cx.waker().wake_by_ref();
|
||||
return Poll::Pending;
|
||||
Poll::Pending
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user