Skip to content

Commit 662ef86

Browse files
committed
[clang][NFC] Remove useless code in ASTWriter
A follow-up to #71709, addressing the static analysis finding reported in https://github.com/llvm/llvm-project/pull/71709/files#r1576846306
1 parent 62db434 commit 662ef86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Serialization/ASTWriter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3618,7 +3618,6 @@ class ASTIdentifierTableTrait {
36183618
/// doesn't check whether the name has macros defined; use PublicMacroIterator
36193619
/// to check that.
36203620
bool isInterestingIdentifier(const IdentifierInfo *II, uint64_t MacroOffset) {
3621-
II->getObjCOrBuiltinID();
36223621
bool IsInteresting =
36233622
II->getNotableIdentifierID() !=
36243623
tok::NotableIdentifierKind::not_notable ||

0 commit comments

Comments
 (0)