[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/+/1872401
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64457}
This commit is contained in:
Andreas Haas 2019-10-22 10:35:12 +02:00 committed by Commit Bot
parent b1b4ea3ebe
commit e8a514a092

View File

@ -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.