mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
cleanup
This commit is contained in:
parent
a6e39e66f1
commit
cb1dff1baf
5 changed files with 11 additions and 5 deletions
|
@ -3441,7 +3441,6 @@ fn get_foreign_symbol<'a, 'ctx, 'env>(
|
|||
function_type: FunctionType<'ctx>,
|
||||
) -> FunctionValue<'ctx> {
|
||||
let module = env.module;
|
||||
let context = env.context;
|
||||
|
||||
match module.get_function(foreign_symbol.as_str()) {
|
||||
Some(gvalue) => gvalue,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue