Issue #1742 - Part 5: Remove unnecessary GCPtr::unbarrieredGet

Ref: BZ 1323441
This commit is contained in:
Jeremy Andrews 2022-05-27 07:25:48 -05:00 committed by roytam1
commit 1cdbf6eb6a
4 changed files with 3 additions and 7 deletions

View file

@ -454,10 +454,6 @@ class GCPtr : public WriteBarrieredBase<T>
DECLARE_POINTER_ASSIGN_OPS(GCPtr, T);
T unbarrieredGet() const {
return this->value;
}
private:
void set(const T& v) {
this->pre();