[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 5c99292520
commit ba0b0e7bd3

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();