mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-30 23:02:06 +00:00
Remove commented out code.
This commit is contained in:
@@ -4448,17 +4448,6 @@ impl FunctionCodeGenerator<CodegenError> for LLVMFunctionCodeGenerator {
|
||||
let res = builder.build_bitcast(res, intrinsics.i128_ty, "");
|
||||
state.push1(res);
|
||||
}
|
||||
/*
|
||||
Operator::Wake { ref memarg: _ } => {
|
||||
unimplemented!();
|
||||
}
|
||||
Operator::I32Wait { ref memarg: _ } => {
|
||||
unimplemented!();
|
||||
}
|
||||
Operator::I64Wait { ref memarg: _ } => {
|
||||
unimplemented!();
|
||||
}
|
||||
*/
|
||||
Operator::Fence { flags: _ } => {
|
||||
// Fence is a nop.
|
||||
//
|
||||
|
Reference in New Issue
Block a user