Remove unnecessary () values.

This commit is contained in:
Dan Gohman
2017-08-30 09:10:50 -07:00
parent 8647b10135
commit 0cc8bd06cd
2 changed files with 0 additions and 2 deletions

View File

@@ -139,7 +139,6 @@ pub fn parse_export_section(parser: &mut Parser)
&ExternalKind::Function => {
exports.insert(index as FunctionIndex,
String::from(from_utf8(field).unwrap()));
()
}
_ => (),//TODO: deal with other kind of exports
}