Commit e6d10e52 authored by Santiago Aboy Solanes's avatar Santiago Aboy Solanes Committed by Commit Bot

[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 <neis@chromium.org>
Auto-Submit: Santiago Aboy Solanes <solanes@chromium.org>
Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70027}
parent e83511c2
...@@ -891,8 +891,6 @@ class CellRef : public HeapObjectRef { ...@@ -891,8 +891,6 @@ class CellRef : public HeapObjectRef {
DEFINE_REF_CONSTRUCTOR(Cell, HeapObjectRef) DEFINE_REF_CONSTRUCTOR(Cell, HeapObjectRef)
Handle<Cell> object() const; Handle<Cell> object() const;
ObjectRef value() const;
}; };
class JSGlobalObjectRef : public JSObjectRef { class JSGlobalObjectRef : public JSObjectRef {
......
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