Skip to content

Commit a25d280

Browse files
committed
Revert unintentional changes.
1 parent 02c0ff2 commit a25d280

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/tools/libclang/CIndex.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7723,7 +7723,6 @@ static bool getTokens(ASTUnit *CXXUnit, SourceRange Range,
77237723
CXToken CXTok;
77247724

77257725
// - Common fields
7726-
// CXTok.int_data[1] = Tok.getLocation().getRawEncoding();
77277726
uint32_t TokLocRaw;
77287727
if (!Tok.getLocation().getRawEncoding32(TokLocRaw))
77297728
return false; // location is too big for libclang ABI

0 commit comments

Comments
 (0)