Skip to content

Commit f0057af

Browse files
backesCommit Bot
authored andcommitted
[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}
1 parent f8d45ea commit f0057af

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

include/v8.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2450,14 +2450,6 @@ class V8_EXPORT ValueDeserializer {
24502450
*/
24512451
void SetSupportsLegacyWireFormat(bool supports_legacy_wire_format);
24522452

2453-
/**
2454-
* Expect inline wasm in the data stream (rather than in-memory transfer)
2455-
*/
2456-
V8_DEPRECATED(
2457-
"Wasm module serialization is only supported via explicit methods, e.g. "
2458-
"CompiledWasmModule::Serialize()")
2459-
void SetExpectInlineWasm(bool allow_inline_wasm) {}
2460-
24612453
/**
24622454
* Reads the underlying wire format version. Likely mostly to be useful to
24632455
* legacy code reading old wire format versions. Must be called after

0 commit comments

Comments
 (0)