Remove commented out code.

This commit is contained in:
Nick Lewycky
2019-08-21 15:01:21 -07:00
parent 08ee2c0297
commit e6ec261cd5

View File

@@ -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.
//