From f0057afc2fb629e9625bb43df9fcdff06cbf6bf9 Mon Sep 17 00:00:00 2001 From: Clemens Backes Date: Fri, 31 Jan 2020 15:58:48 +0100 Subject: [PATCH] [api] Remove deprecated and non-functional method The functionality was not used since a long time, and was hence removed for the 8.1 branch, and the method was deprecated. This CL removed the deprecated method completely. R=adamk@chromium.org Bug: v8:10155 Change-Id: Iae299d64decb7230d38c2fda8d269a7b0387bb0d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2033169 Reviewed-by: Adam Klein Commit-Queue: Clemens Backes Cr-Commit-Position: refs/heads/master@{#66167} --- include/v8.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/v8.h b/include/v8.h index 55edcfa247..83dd5888c5 100644 --- a/include/v8.h +++ b/include/v8.h @@ -2450,14 +2450,6 @@ class V8_EXPORT ValueDeserializer { */ void SetSupportsLegacyWireFormat(bool supports_legacy_wire_format); - /** - * Expect inline wasm in the data stream (rather than in-memory transfer) - */ - V8_DEPRECATED( - "Wasm module serialization is only supported via explicit methods, e.g. " - "CompiledWasmModule::Serialize()") - void SetExpectInlineWasm(bool allow_inline_wasm) {} - /** * Reads the underlying wire format version. Likely mostly to be useful to * legacy code reading old wire format versions. Must be called after