From 26cafc58b3f8f87a56c6b3275d4a1fe7f6d494aa Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sun, 9 Jun 2019 01:03:19 -0400 Subject: [PATCH] 1320408 - Part 26: Remove Shape::set declaration. --- js/src/vm/Shape.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/src/vm/Shape.h b/js/src/vm/Shape.h index 978798aaa6..fd6d843e02 100644 --- a/js/src/vm/Shape.h +++ b/js/src/vm/Shape.h @@ -905,9 +905,6 @@ class Shape : public gc::TenuredCell setter() == rawSetter; } - bool set(JSContext* cx, HandleNativeObject obj, HandleObject receiver, MutableHandleValue vp, - ObjectOpResult& result); - BaseShape* base() const { return base_.get(); } bool hasSlot() const {