Remove an unneeded block.
This commit is contained in:
@@ -363,7 +363,6 @@ fn pretty_print_translation(
|
||||
}
|
||||
_ => panic!("wrong content in code section"),
|
||||
}
|
||||
{
|
||||
loop {
|
||||
match parser.read() {
|
||||
s @ &ParserState::EndFunctionBody => {
|
||||
@@ -375,7 +374,6 @@ fn pretty_print_translation(
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
let mut function_string =
|
||||
format!(" {}", translation.functions[function_index].display(isa));
|
||||
function_string.pop();
|
||||
|
||||
Reference in New Issue
Block a user