mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-12 00:21:20 +00:00
fix(llvm-backend) llvm_sig
variable is not used here.
This commit is contained in:
@ -153,7 +153,6 @@ fn parse_function(
|
||||
) -> Result<(), BinaryReaderError> {
|
||||
let sig_index = info.func_assoc[func_index.convert_up(info)];
|
||||
let func_sig = &info.signatures[sig_index];
|
||||
let llvm_sig = &signatures[sig_index];
|
||||
|
||||
let function = functions[func_index];
|
||||
let mut state = State::new();
|
||||
|
Reference in New Issue
Block a user