Commit 54f063e2 authored by Michael Starzinger's avatar Michael Starzinger Committed by Commit Bot

[cleanup] Remove dead {List} forward declaration.

R=petermarshall@chromium.org

Change-Id: I6901ddcd1ca1fda474e8d2766fbfc60d2f5a9bec
Reviewed-on: https://chromium-review.googlesource.com/763628Reviewed-by: 's avatarPeter Marshall <petermarshall@chromium.org>
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49298}
parent 0dd835d5
...@@ -300,13 +300,6 @@ F FUNCTION_CAST(Address addr) { ...@@ -300,13 +300,6 @@ F FUNCTION_CAST(Address addr) {
#endif #endif
// -----------------------------------------------------------------------------
// Forward declarations for frequently used classes
// (sorted alphabetically)
class FreeStoreAllocationPolicy;
template <typename T, class P = FreeStoreAllocationPolicy> class List;
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// Declarations for use in both the preparser and the rest of V8. // Declarations for use in both the preparser and the rest of V8.
...@@ -468,11 +461,9 @@ const uint32_t kQuietNaNHighBitsMask = 0xfff << (51 - 32); ...@@ -468,11 +461,9 @@ const uint32_t kQuietNaNHighBitsMask = 0xfff << (51 - 32);
// Forward declarations for frequently used classes // Forward declarations for frequently used classes
class AccessorInfo; class AccessorInfo;
class Allocation;
class Arguments; class Arguments;
class Assembler; class Assembler;
class Code; class Code;
class CodeGenerator;
class CodeStub; class CodeStub;
class Context; class Context;
class Debug; class Debug;
...@@ -482,6 +473,7 @@ class DescriptorArray; ...@@ -482,6 +473,7 @@ class DescriptorArray;
class TransitionArray; class TransitionArray;
class ExternalReference; class ExternalReference;
class FixedArray; class FixedArray;
class FreeStoreAllocationPolicy;
class FunctionTemplateInfo; class FunctionTemplateInfo;
class MemoryChunk; class MemoryChunk;
class NumberDictionary; class NumberDictionary;
......
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