Skip to content

Commit 177aa9c

Browse files
committed
Remove commment as mentioned by reviewer.
1 parent 4bf445d commit 177aa9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ class Allocator {
101101
Chunk::UnpackedHeader Header = {};
102102
Header.ClassId = QuarantineClassId & Chunk::ClassIdMask;
103103
Header.SizeOrUnusedBytes = sizeof(QuarantineBatch);
104-
// Do not use Allocated or this block will show up in iterateOverChunks.
105104
Header.State = Chunk::State::Quarantined;
106105
Chunk::storeHeader(Allocator.Cookie, Ptr, &Header);
107106

0 commit comments

Comments
 (0)