Skip to content

Commit c64357c

Browse files
danylo1999V8-internal LUCI CQ
authored andcommitted
Remove unused enum wasmBlockType
Change-Id: I539c771195a5c9a5242c9650815496f8c255cdba Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/9064096 Commit-Queue: Doga Yüksel <dyuksel@google.com> Auto-Submit: Danylo Mocherniuk <mdanylo@google.com> Reviewed-by: Doga Yüksel <dyuksel@google.com>
1 parent 2ec7c0d commit c64357c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Sources/Fuzzilli/Base/ProgramBuilder.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3922,11 +3922,6 @@ public class ProgramBuilder {
39223922
b.emit(WasmReassign(), withInputs: [variable, to])
39233923
}
39243924

3925-
public enum wasmBlockType {
3926-
case typeIdx(Int)
3927-
case valueType(ILType)
3928-
}
3929-
39303925
// The first innerOutput of this block is a label variable, which is just there to explicitly mark control-flow and allow branches.
39313926
public func wasmBuildBlock(with signature: WasmSignature, args: [Variable], body: (Variable, [Variable]) -> ()) {
39323927
assert(signature.outputTypes.count == 0)

0 commit comments

Comments
 (0)