From e6d10e52832321ad73dbd6dab171ba9258d3d751 Mon Sep 17 00:00:00 2001 From: Santiago Aboy Solanes Date: Mon, 21 Sep 2020 13:39:39 +0100 Subject: [PATCH] [compiler] Remove unused CellRef method Bug: v8:7790 Change-Id: Ibe41dcc3d1717326b8ce7bf3491bf32a8d0882b0 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2421810 Commit-Queue: Georg Neis Auto-Submit: Santiago Aboy Solanes Reviewed-by: Georg Neis Cr-Commit-Position: refs/heads/master@{#70027} --- src/compiler/heap-refs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compiler/heap-refs.h b/src/compiler/heap-refs.h index 431840513e..3716270b52 100644 --- a/src/compiler/heap-refs.h +++ b/src/compiler/heap-refs.h @@ -891,8 +891,6 @@ class CellRef : public HeapObjectRef { DEFINE_REF_CONSTRUCTOR(Cell, HeapObjectRef) Handle object() const; - - ObjectRef value() const; }; class JSGlobalObjectRef : public JSObjectRef {