Skip to content

Commit 96ef797

Browse files
committed
Updates
1 parent 61659b4 commit 96ef797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/include/bolt/Core/DebugData.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class DebugRangeListsSectionWriter : public DebugRangesSectionWriter {
278278

279279
// Returns true if section is empty.
280280
bool empty() {
281-
return RangesBuffer.get() == nullptr || RangesBuffer->empty();
281+
return RangesBuffer->empty();
282282
}
283283

284284
static bool classof(const DebugRangesSectionWriter *Writer) {

0 commit comments

Comments
 (0)