| Index: src/wasm/wasm-objects.cc
|
| diff --git a/src/wasm/wasm-objects.cc b/src/wasm/wasm-objects.cc
|
| index 2f0cdce23d598b006adebbc220681724572ea46e..6e2c3eb4493af03a23a13d9f1070cf4bf1106e43 100644
|
| --- a/src/wasm/wasm-objects.cc
|
| +++ b/src/wasm/wasm-objects.cc
|
| @@ -205,7 +205,6 @@ bool IsBreakablePosition(Handle<WasmCompiledModule> compiled_module,
|
| BytecodeIterator iterator(module_start + func.code_start_offset,
|
| module_start + func.code_end_offset, &locals);
|
| DCHECK_LT(0, locals.encoded_size);
|
| - uint32_t found_position = 0;
|
| for (uint32_t offset : iterator.offsets()) {
|
| if (offset > static_cast<uint32_t>(offset_in_func)) break;
|
| if (offset == static_cast<uint32_t>(offset_in_func)) return true;
|
|
|