Skip to content

Commit 62d8501

Browse files
author
David Ungar
committed
Remove unneeded comment.
1 parent 3045a25 commit 62d8501

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Driver/Driver.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,6 @@ computeWorkingDirectory(const llvm::opt::InputArgList *ArgList) {
700700
SmallString<128> workingDirectory;
701701
workingDirectory = A->getValue();
702702
llvm::sys::fs::make_absolute(workingDirectory);
703-
// Create a new string that can outlive workingDirectory.
704703
std::string result = workingDirectory.str().str();
705704
return result;
706705
}

0 commit comments

Comments
 (0)