[llvm-readobj] Remove redundant semicolon. NFC

llvm-svn: 373735
This commit is contained in:
Simon Atanasyan 2019-10-04 12:08:10 +00:00
parent 9735739be7
commit 0d5250a858
1 changed files with 1 additions and 1 deletions

View File

@ -2231,7 +2231,7 @@ template <class ELFT> void ELFDumper<ELFT>::printArchSpecificInfo() {
if (Parser.hasPlt())
ELFDumperStyle->printMipsPLT(Parser);
break;
};
}
default:
break;
}