mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Fix new warnings
This commit is contained in:
parent
5f422b6161
commit
cf05e37c0b
3 changed files with 1 additions and 25 deletions
|
@ -124,10 +124,6 @@ impl Worker {
|
|||
Ok(worker)
|
||||
}
|
||||
|
||||
pub fn is_closing(&self) -> bool {
|
||||
self.closing.load(Ordering::SeqCst)
|
||||
}
|
||||
|
||||
pub fn is_terminated(&self) -> bool {
|
||||
self.terminated.get()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue