mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-18 19:31:22 +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> {
|
) -> Result<(), BinaryReaderError> {
|
||||||
let sig_index = info.func_assoc[func_index.convert_up(info)];
|
let sig_index = info.func_assoc[func_index.convert_up(info)];
|
||||||
let func_sig = &info.signatures[sig_index];
|
let func_sig = &info.signatures[sig_index];
|
||||||
let llvm_sig = &signatures[sig_index];
|
|
||||||
|
|
||||||
let function = functions[func_index];
|
let function = functions[func_index];
|
||||||
let mut state = State::new();
|
let mut state = State::new();
|
||||||
|
Reference in New Issue
Block a user