[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 <adamk@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/master@{#66167}
This commit is contained in:
parent
f8d45ea806
commit
f0057afc2f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user