File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6650,7 +6650,7 @@ std::pair<DefaultArgumentKind, Type>
6650
6650
getDefaultArgumentInfo (ValueDecl *source, unsigned Index);
6651
6651
6652
6652
// / Display ValueDecl subclasses.
6653
- void simple_display (llvm::raw_ostream &out, const ValueDecl *& decl);
6653
+ void simple_display (llvm::raw_ostream &out, const ValueDecl *decl);
6654
6654
6655
6655
} // end namespace swift
6656
6656
Original file line number Diff line number Diff line change @@ -5801,7 +5801,7 @@ NominalTypeDecl *TypeOrExtensionDecl::getBaseNominal() const {
5801
5801
}
5802
5802
bool TypeOrExtensionDecl::isNull () const { return Decl.isNull (); }
5803
5803
5804
- void swift::simple_display (llvm::raw_ostream &out, const ValueDecl *& decl) {
5804
+ void swift::simple_display (llvm::raw_ostream &out, const ValueDecl *decl) {
5805
5805
if (decl) decl->dumpRef (out);
5806
5806
else out << " (null)" ;
5807
5807
}
You can’t perform that action at this time.
0 commit comments