forked from OSchip/llvm-project
Remove duplicate line. NFCI.
Reported in https://www.viva64.com/en/b/0629/ llvm-svn: 359483
This commit is contained in:
parent
e3c8776172
commit
4559739f7c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue