mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-28 04:09:04 +00:00
cleanup
This commit is contained in:
parent
09e42ce4ed
commit
d2b2e16c28
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ pub(crate) fn run<'input>(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if let Err(err) = module.verify() {
|
if let Err(err) = module.verify() {
|
||||||
eprintln!("{}", module.print_module_to_string().to_str());
|
|
||||||
panic!("{:?}", err);
|
panic!("{:?}", err);
|
||||||
}
|
}
|
||||||
Ok(module)
|
Ok(module)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue