Skip to content

Commit c50bd5d

Browse files
committed
remove unrelated changes.
Created using spr 1.3.6
1 parent 8415be4 commit c50bd5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Support/SpecialCaseList.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@ unsigned SpecialCaseList::inSectionBlame(const SectionEntries &Entries,
240240
if (II == I->second.end())
241241
return 0;
242242

243-
const llvm::SpecialCaseList::Matcher &matcher = II->getValue();
244-
return matcher.match(Query);
243+
return II->getValue().match(Query);
245244
}
246245

247246
} // namespace llvm

0 commit comments

Comments
 (0)