Remove duplicate line. NFCI.

Reported in https://www.viva64.com/en/b/0629/

llvm-svn: 359483
This commit is contained in:
Simon Pilgrim 2019-04-29 18:58:32 +00:00
parent e3c8776172
commit 4559739f7c
1 changed files with 0 additions and 1 deletions

View File

@ -1661,7 +1661,6 @@ Error MachOObjectFile::checkSymbolTable() const {
} else {
MachO::nlist STE = getSymbolTableEntry(SymDRI);
NType = STE.n_type;
NType = STE.n_type;
NSect = STE.n_sect;
NDesc = STE.n_desc;
NStrx = STE.n_strx;