Skip to content

Commit a2e8694

Browse files
author
Your Name
committed
fix
1 parent b44075f commit a2e8694

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/state/util.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ where
113113
f(extra, nargs)
114114
})) {
115115
Ok(Ok(r)) => {
116-
take(&mut extra.as_mut().unwrap_unchecked().yielded_values);
117-
118116
// Return unused `WrappedFailure` to the pool
119117
prealloc_failure.release(state, extra);
120118
r

0 commit comments

Comments
 (0)