Skip to content

Commit 4c676d5

Browse files
committed
[scudo] Clean up decl of RSSLimit funtions (NFC)
Reviewed By: cferris Differential Revision: https://reviews.llvm.org/D159389
1 parent 887e1aa commit 4c676d5

File tree

1 file changed

+0
-2
lines changed
  • compiler-rt/lib/scudo/standalone

1 file changed

+0
-2
lines changed

compiler-rt/lib/scudo/standalone/report.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ void NORETURN reportAllocationSizeTooBig(uptr UserSize, uptr TotalSize,
3434
uptr MaxSize);
3535
void NORETURN reportOutOfBatchClass();
3636
void NORETURN reportOutOfMemory(uptr RequestedSize);
37-
void NORETURN reportSoftRSSLimit(uptr RssLimitMb);
38-
void NORETURN reportHardRSSLimit(uptr RssLimitMb);
3937
enum class AllocatorAction : u8 {
4038
Recycling,
4139
Deallocating,

0 commit comments

Comments
 (0)