[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:
Martin Storsjo 2019-08-29 08:59:05 +00:00
parent 4683eec2d3
commit cdb9aa6339
1 changed files with 0 additions and 1 deletions

View File

@ -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 << ")";
}