Commit 72f7fe1b authored by Clemens Backes's avatar Clemens Backes Committed by Commit Bot

[wasm] Remove unused enum marker

Just a cleanup to remove an unused enum marker.

R=ahaas@chromium.org

Change-Id: I7b40f2389796f43d82d06eb161569ecea7892ef6
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2000145Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#65753}
parent 1a4b5990
...@@ -92,11 +92,7 @@ class WireBytesStorage { ...@@ -92,11 +92,7 @@ class WireBytesStorage {
enum class CompilationEvent : uint8_t { enum class CompilationEvent : uint8_t {
kFinishedBaselineCompilation, kFinishedBaselineCompilation,
kFinishedTopTierCompilation, kFinishedTopTierCompilation,
kFailedCompilation, kFailedCompilation
// Marker:
// After an event >= kFirstFinalEvent, no further events are generated.
kFirstFinalEvent = kFinishedTopTierCompilation
}; };
// The implementation of {CompilationState} lives in module-compiler.cc. // The implementation of {CompilationState} lives in module-compiler.cc.
......
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