Commit e8a514a0 authored by Andreas Haas's avatar Andreas Haas Committed by Commit Bot

[cleanup] Remove unnecessary forward declaration

R=jkummerow@chromium.org

Bug: v8:9810
Change-Id: I85fa659a67b1f9f2d94cdc6107e19f9da1889fd0
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1872401Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64457}
parent b1b4ea3e
......@@ -15,10 +15,6 @@ class Code;
class Heap;
class Isolate;
namespace interpreter {
class Interpreter;
} // namespace interpreter
// This class is an abstraction layer around initialization of components
// that are either deserialized from the snapshot or generated from scratch.
// Currently this includes builtins and interpreter bytecode handlers.
......
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