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