mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[llvm-readobj] Remove a leftover string trim operation. NFC.
This became unnecessary in SVN r359153. Differential Revision: https://reviews.llvm.org/D66815 llvm-svn: 370307
This commit is contained in:
parent
93bb27b812
commit
55054ce46f
@ -1844,7 +1844,6 @@ void COFFDumper::printResourceDirectoryTable(
|
||||
if (Level == "Type") {
|
||||
OS << ": ";
|
||||
printResourceTypeName(Entry.Identifier.ID, OS);
|
||||
IDStr = IDStr.slice(0, IDStr.find_first_of(")", 0) + 1);
|
||||
} else {
|
||||
OS << ": (ID " << Entry.Identifier.ID << ")";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user