mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-22 03:31:06 +00:00
Remove duplicate line. NFCI.
Reported in https://www.viva64.com/en/b/0629/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359483 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e3da0d820a
commit
f285d5529e
@ -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…
x
Reference in New Issue
Block a user