diff options
Diffstat (limited to 'js/src/jit/JitFrameIterator.h')
-rw-r--r-- | js/src/jit/JitFrameIterator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/jit/JitFrameIterator.h b/js/src/jit/JitFrameIterator.h index b5b217b4e1..abe2dbb231 100644 --- a/js/src/jit/JitFrameIterator.h +++ b/js/src/jit/JitFrameIterator.h @@ -388,7 +388,6 @@ struct MaybeReadFallback class RResumePoint; -class RSimdBox; // Reads frame information in snapshot-encoding order (that is, outermost frame // to innermost frame). @@ -450,7 +449,6 @@ class SnapshotIterator void warnUnreadableAllocation(); private: - friend class RSimdBox; const FloatRegisters::RegisterContent* floatAllocationPointer(const RValueAllocation& a) const; public: |