Bug 1427729: Remove two dead fields; r=jandem

MozReview-Commit-ID: AAymdoMXDWa

--HG--
extra : rebase_source : 96ede54cbed7c0bfe84584d5dd21acb1e421f115
This commit is contained in:
Benjamin Bouvier 2018-01-05 18:26:55 +01:00
Родитель 1ddc5ee84e
Коммит 3414073e89
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -532,11 +532,6 @@ class ExitFrameLayout : public CommonFrameLayout
}
public:
// Pushed for "bare" fake exit frames that have no GC things on stack to be
// traced.
static ExitFrameType BareType() { return ExitFrameType::Bare; }
static ExitFrameType VMFunctionType() { return ExitFrameType::VMFunction; }
static inline size_t Size() {
return sizeof(ExitFrameLayout);
}