From f8e761c6fdf374eaf44d1fae6e76734afe91a9cb Mon Sep 17 00:00:00 2001 From: "Ben L. Titzer" Date: Mon, 7 Mar 2016 11:08:16 +0100 Subject: [PATCH] [wasm] Fix stupid arguments. TBR=machenbach@chromium.org BUG= Review URL: https://codereview.chromium.org/1772593002 . Cr-Commit-Position: refs/heads/master@{#34524} --- test/mjsunit/wasm/test-wasm-module-builder.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/mjsunit/wasm/test-wasm-module-builder.js b/test/mjsunit/wasm/test-wasm-module-builder.js index 05c19c657d..508de2abda 100644 --- a/test/mjsunit/wasm/test-wasm-module-builder.js +++ b/test/mjsunit/wasm/test-wasm-module-builder.js @@ -7,8 +7,6 @@ load('test/mjsunit/wasm/wasm-constants.js'); load('test/mjsunit/wasm/wasm-module-builder.js'); -var debug = (((typeof arguments) != undefined) && arguments[0] == "debug"); - (function BasicTest() { var module = new WasmModuleBuilder(); module.addMemory(1, 2, false);