Commit b5260f53 authored by Clemens Backes's avatar Clemens Backes Committed by Commit Bot

[wasm][cleanup] Remove dead macro

R=mstarzinger@chromium.org

Bug: v8:9810
Change-Id: Ib08647b5d6c4238732eed5a2ed1f1d0eea010076
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1875099Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64504}
parent d5ef741f
......@@ -28,11 +28,6 @@
#include "src/wasm/wasm-module.h"
#include "src/wasm/wasm-objects-inl.h"
#define TRACE(...) \
do { \
if (FLAG_trace_wasm_instances) PrintF(__VA_ARGS__); \
} while (false)
#define TRACE_IFT(...) \
do { \
if (false) PrintF(__VA_ARGS__); \
......@@ -1990,7 +1985,7 @@ Handle<AsmWasmData> AsmWasmData::New(
return result;
}
#undef TRACE
#undef TRACE_IFT
} // namespace internal
} // namespace v8
#undef TRACE_IFT
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment