Skip to content

Commit 8a0cac8

Browse files
Undo unnecessary change
1 parent 38133c4 commit 8a0cac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Semantics/resolve-names.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8700,7 +8700,7 @@ const parser::Name *DeclarationVisitor::ResolveName(const parser::Name &name) {
87008700
return &name;
87018701
}
87028702
if (isImplicitNoneType() && !deferImplicitTyping_) {
8703-
Say(name, "No explicit type declared for '%s'"_err_en_US, name.source);
8703+
Say(name, "No explicit type declared for '%s'"_err_en_US);
87048704
return nullptr;
87058705
}
87068706
// Create the symbol, then ensure that it is accessible

0 commit comments

Comments
 (0)