[MC] Remove unused variable

llvm-svn: 351426
This commit is contained in:
Benjamin Kramer 2019-01-17 10:25:18 +00:00
parent 639e0661ce
commit bd13c9787f
1 changed files with 0 additions and 1 deletions

View File

@ -517,7 +517,6 @@ static void ARM64EmitUnwindInfo(MCStreamer &streamer, WinEH::FrameInfo *info) {
auto &EpilogInstrs = I.second; auto &EpilogInstrs = I.second;
uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs); uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs);
uint32_t NumUnwindCodes = EpilogInstrs.size();
MCSymbol* MatchingEpilog = MCSymbol* MatchingEpilog =
FindMatchingEpilog(EpilogInstrs, AddedEpilogs, info); FindMatchingEpilog(EpilogInstrs, AddedEpilogs, info);
if (MatchingEpilog) { if (MatchingEpilog) {