[dsymutil] Remove stale comment (NFC)

The comment was no longer relevant after r362621.

llvm-svn: 363008
This commit is contained in:
Jonas Devlieghere 2019-06-10 23:30:20 +00:00
parent e7ea1834f4
commit 60e52cab86
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ namespace MachOUtils {
struct ArchAndFile {
std::string Arch;
// Optional because TempFile has no default constructor.
std::unique_ptr<llvm::sys::fs::TempFile> File;
llvm::Error createTempFile();