зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1427729: Remove two dead fields; r=jandem
MozReview-Commit-ID: AAymdoMXDWa --HG-- extra : rebase_source : 96ede54cbed7c0bfe84584d5dd21acb1e421f115
This commit is contained in:
Родитель
1ddc5ee84e
Коммит
3414073e89
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче