Skip to content

Commit d38458b

Browse files
[NFC] Remove a redundant return statement
Silence `warning: code after 'return' will never be executed`
1 parent bfb57ed commit d38458b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SwiftDriver/Driver/Driver.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2791,7 +2791,6 @@ extension Driver {
27912791
debugInfoLevel: debugInfoLevel,
27922792
diagnosticsEngine: diagnosticsEngine,
27932793
workingDirectory: workingDirectory)
2794-
return nil
27952794
}
27962795

27972796
/// Determine how the module will be emitted and the name of the module.

0 commit comments

Comments
 (0)