[dsymutil] Remove stale comment (NFC)

The comment was no longer relevant after r362621.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363008 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jonas Devlieghere 2019-06-10 23:30:20 +00:00
parent dc103f84a5
commit 3cf7b4efc6

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