fix(llvm-backend) llvm_sig variable is not used here.

This commit is contained in:
Ivan Enderlin
2019-03-29 10:06:11 +01:00
parent e3f39fc127
commit 20378de0e7

View File

@ -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();