summaryrefslogtreecommitdiff
path: root/deps/v8/src/builtins/growable-fixed-array-gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/builtins/growable-fixed-array-gen.h')
-rw-r--r--deps/v8/src/builtins/growable-fixed-array-gen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/src/builtins/growable-fixed-array-gen.h b/deps/v8/src/builtins/growable-fixed-array-gen.h
index 42f2afb281..8f72429a97 100644
--- a/deps/v8/src/builtins/growable-fixed-array-gen.h
+++ b/deps/v8/src/builtins/growable-fixed-array-gen.h
@@ -10,8 +10,6 @@
namespace v8 {
namespace internal {
-template <class T>
-using TNode = compiler::TNode<T>;
// Utility class implementing a growable fixed array through CSA.
class GrowableFixedArray : public CodeStubAssembler {