Skip to content

Commit df02341

Browse files
author
David Ungar
committed
Remove useless const for getPrimarySourceFiles.
1 parent 2d7607f commit df02341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Frontend/Frontend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ class CompilerInstance {
433433

434434
/// Gets the set of SourceFiles which are the primary inputs for this
435435
/// CompilerInstance.
436-
const ArrayRef<SourceFile *> getPrimarySourceFiles() {
436+
ArrayRef<SourceFile *> getPrimarySourceFiles() {
437437
return PrimarySourceFiles;
438438
}
439439

0 commit comments

Comments
 (0)