Skip to content

Commit 50ac820

Browse files
authored
Remove an unnecessary const qualifier, NFC
This makes SILType less useful than Type for no apparent reason.
1 parent f616039 commit 50ac820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/SILType.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ class SILType {
365365
}
366366

367367
/// Returns the ASTContext for the referenced Swift type.
368-
const ASTContext &getASTContext() const {
368+
ASTContext &getASTContext() const {
369369
return getASTType()->getASTContext();
370370
}
371371

0 commit comments

Comments
 (0)