remove assert

Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
This commit is contained in:
gterzian 2025-06-06 21:53:27 +07:00
parent eb731dde55
commit 1206c4aa2e
No known key found for this signature in database
GPG key ID: E290318CF2FC84D3

View file

@ -188,9 +188,6 @@ impl PipeTo {
// in which case this error will be overwritten by the shutdown action error.
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.
// Note: the actions are defined, and performed, inside `shutdown_with_an_action`.