mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
remove assert
Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
This commit is contained in:
parent
eb731dde55
commit
1206c4aa2e
1 changed files with 0 additions and 3 deletions
|
@ -188,9 +188,6 @@ impl PipeTo {
|
||||||
// in which case this error will be overwritten by the shutdown action error.
|
// in which case this error will be overwritten by the shutdown action error.
|
||||||
self.shutdown_error.set(error.get());
|
self.shutdown_error.set(error.get());
|
||||||
|
|
||||||
rooted!(in(*cx) let mut error = self.shutdown_error.get());
|
|
||||||
assert!(!error.is_undefined());
|
|
||||||
|
|
||||||
// Let actions be an empty ordered set.
|
// Let actions be an empty ordered set.
|
||||||
// Note: the actions are defined, and performed, inside `shutdown_with_an_action`.
|
// Note: the actions are defined, and performed, inside `shutdown_with_an_action`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue