Remove unnecessary newline whitespace

This commit is contained in:
Argyrios Kyrtzidis
2018-04-12 19:45:51 -07:00
parent 8207212f0b
commit b6a8725ba5

View File

@@ -2203,7 +2203,6 @@ Job *Driver::buildJobsForAction(Compilation &C, const JobAction *JA,
// 3. Determine the CommandOutput for the job.
StringRef BaseInput;
StringRef PrimaryInput;
if (!InputActions.empty()) {
// Use the first InputAction as our BaseInput and PrimaryInput.
const InputAction *IA = cast<InputAction>(InputActions[0]);