mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 16:20:49 +00:00
NFC: Fold variable into initializer.
This commit is contained in:
parent
2dbe80ad34
commit
7fd20e3355
@ -7316,15 +7316,13 @@ impl ModuleCodeGenerator<LLVMFunctionCodeGenerator, LLVMBackend, CodegenError>
|
||||
Some(Linkage::External),
|
||||
);
|
||||
|
||||
let signatures = Map::new();
|
||||
|
||||
LLVMModuleCodeGenerator {
|
||||
context: Some(context),
|
||||
builder: Some(builder),
|
||||
intrinsics: Some(intrinsics),
|
||||
module,
|
||||
functions: vec![],
|
||||
signatures,
|
||||
signatures: Map::new(),
|
||||
signatures_raw: Map::new(),
|
||||
function_signatures: None,
|
||||
func_import_count: 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user