fix cont function crashes (#2920)

This commit is contained in:
Mark Thom
2025-04-28 23:39:52 -07:00
committed by Mark Thom
parent 4e0493474e
commit d6b6eda77d
3 changed files with 11 additions and 28 deletions

View File

@@ -1261,10 +1261,6 @@ impl<'a, LS: LoadState<'a>> Loader<'a, LS> {
let code_len = self.wam_prelude.code.len();
let mut code_ptr = code_len;
if key == (atom!("..."), 2) {
print!("");
}
let mut clauses = vec![];
let mut preprocessor = Preprocessor::new(settings);