Skip to content

Commit 50c5ecd

Browse files
committed
[NFC] [Serialization] Remove a useless comment
The comments belongs to other WIP patches.
1 parent 4f991cc commit 50c5ecd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/include/clang/Serialization/ASTReader.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,7 @@ struct VisibleLookupBlockOffsets {
379379
uint64_t TULocalOffset = 0;
380380

381381
operator bool() const {
382-
return VisibleOffset || ModuleLocalOffset || // ModuleUnitLocalOffset ||
383-
TULocalOffset;
382+
return VisibleOffset || ModuleLocalOffset || TULocalOffset;
384383
}
385384
};
386385

0 commit comments

Comments
 (0)