Skip to content

Commit 1ed0576

Browse files
committed
Remove comments on memory and wasm compile_beam
1 parent f181380 commit 1ed0576

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

compiler-core/src/io/memory.rs

-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ impl BeamCompiler for InMemoryFileSystem {
316316
_modules: &HashSet<Utf8PathBuf>,
317317
_stdio: Stdio,
318318
) -> Result<Vec<String>, Error> {
319-
// What to do here?
320319
Ok(Vec::new()) // Always succeed.
321320
}
322321
}

compiler-wasm/src/wasm_filesystem.rs

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ impl BeamCompiler for WasmFileSystem {
4040
_modules: &HashSet<Utf8PathBuf>,
4141
_stdio: Stdio,
4242
) -> Result<Vec<String>, Error> {
43-
// What to do here?
4443
Ok(Vec::new()) // Always succeed.
4544
}
4645
}

0 commit comments

Comments
 (0)